Html Css Color HEX #CF016E Ruby

📋 copy color: '#CF016E'

red 207 ◦ green 1 ◦ blue 110

#CF016E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #CF016E

Tints of Ruby #CF016E

RGB

 RED value IS 207 (81.25% from 255) = 65.09%

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 65.09%
G = 0.31%
B = 34.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF016E (or 0xCF016E) is known color: Ruby. HEX triplet: CF, 01 and 6E. RGB value is (207,1,110). Sum of RGB (Red+Green+Blue) = 207+1+110=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF016E is #30FE91. Grayscale: #4A4A4A. Windows color (decimal): -3210898 or 7209423. OLE color: 7209423.

HSL color Cylindrical-coordinate representation of color #CF016E: hue angle of 328.25º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF016E is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 110 -
CMYK 0 1.00 0.47 0.19
HSL 328.25º 0.99% 0.41% -
HSV(B) 328.25º 1% 0.81% -
XYZ 28.56 14.41 16.03 -
YUV 75.02 147.75 222.14 -
System Red Green Blue C M Y K H S L
Decimal 207 1 110 0 1.00 0.47 0.19 328.25 0.99 0.41
Hex CF 1 6E 0 64 2F 13 148 63 29
Octal 317 1 156 0 144 57 23 510 143 51
Binary 11001111 1 1101110 0 1100100 101111 10011 101001000 1100011 101001

Color Harmonies of #CF016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF016E

Black with #CF016E

Text Example


Text Example

White with #CF016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF016E; }

 p { color: rgb(207,1,110); }

 H1.HeaderClassName
 {
   color: #CF016E;
 }
 .AnyTagClassName
 {
   color: #CF016E;
 }
</style>

background-color css

<style>
 a { background-color: #CF016E; }

 a { background-color: rgb(207,1,110); }

 div.DivClassName
 {
   background-color: #CF016E;
 }
 .BgClassName
 {
   background-color: #CF016E;
 }
</style>

border-color css

<style>
 span { border-color: #CF016E; }

 span { border-color: rgb(207,1,110); }

 td.TdClassName
 {
   border-color: #CF016E;
 }
 .TagClassName
 {
   border-color: #CF016E;
 }
</style>