Html Css Color HEX #CF0859 Ruby

📋 copy color: '#CF0859'

red 207 ◦ green 8 ◦ blue 89

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

Shades of Ruby #CF0859

Tints of Ruby #CF0859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

 BLUE value IS 89 (35.16% from 255) = 29.28%

R = 68.09%
G = 2.63%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF0859 (or 0xCF0859) is known color: Ruby. HEX triplet: CF, 08 and 59. RGB value is (207,8,89). Sum of RGB (Red+Green+Blue) = 207+8+89=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0859 is #30F7A6. Grayscale: #4C4C4C. Windows color (decimal): -3209127 or 5834959. OLE color: 5834959.

HSL color Cylindrical-coordinate representation of color #CF0859: hue angle of 335.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0859 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 8 89 -
CMYK 0 0.96 0.57 0.19
HSL 335.58º 0.93% 0.42% -
HSV(B) 335.58º 0.96% 0.81% -
XYZ 27.62 14.16 10.73 -
YUV 76.74 134.93 220.91 -
System Red Green Blue C M Y K H S L
Decimal 207 8 89 0 0.96 0.57 0.19 335.58 0.93 0.42
Hex CF 8 59 0 60 39 13 150 5D 2A
Octal 317 10 131 0 140 71 23 520 135 52
Binary 11001111 1000 1011001 0 1100000 111001 10011 101010000 1011101 101010

Color Harmonies of #CF0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0859

Black with #CF0859

Text Example


Text Example

White with #CF0859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0859; }

 p { color: rgb(207,8,89); }

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

background-color css

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

 a { background-color: rgb(207,8,89); }

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

border-color css

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

 span { border-color: rgb(207,8,89); }

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