Html Css Color HEX #CF0868 Ruby

📋 copy color: '#CF0868'

red 207 ◦ green 8 ◦ blue 104

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

Shades of Ruby #CF0868

Tints of Ruby #CF0868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 64.89%
G = 2.51%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF0868 (or 0xCF0868) is known color: Ruby. HEX triplet: CF, 08 and 68. RGB value is (207,8,104). Sum of RGB (Red+Green+Blue) = 207+8+104=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0868 is #30F797. Grayscale: #4E4E4E. Windows color (decimal): -3209112 or 6817999. OLE color: 6817999.

HSL color Cylindrical-coordinate representation of color #CF0868: hue angle of 331.06º 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 #CF0868 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 8 104 -
CMYK 0 0.96 0.50 0.19
HSL 331.06º 0.93% 0.42% -
HSV(B) 331.06º 0.96% 0.81% -
XYZ 28.32 14.44 14.39 -
YUV 78.45 142.43 219.69 -
System Red Green Blue C M Y K H S L
Decimal 207 8 104 0 0.96 0.50 0.19 331.06 0.93 0.42
Hex CF 8 68 0 60 32 13 14B 5D 2A
Octal 317 10 150 0 140 62 23 513 135 52
Binary 11001111 1000 1101000 0 1100000 110010 10011 101001011 1011101 101010

Color Harmonies of #CF0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0868

Black with #CF0868

Text Example


Text Example

White with #CF0868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0868; }

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

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

background-color css

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

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

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

border-color css

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

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

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