Html Css Color HEX #CF0F68 Ruby

📋 copy color: '#CF0F68'

red 207 ◦ green 15 ◦ blue 104

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

Shades of Ruby #CF0F68

Tints of Ruby #CF0F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.6%

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

R = 63.5%
G = 4.6%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF0F68 (or 0xCF0F68) is known color: Ruby. HEX triplet: CF, 0F and 68. RGB value is (207,15,104). Sum of RGB (Red+Green+Blue) = 207+15+104=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F68 is #30F097. Grayscale: #525252. Windows color (decimal): -3207320 or 6819791. OLE color: 6819791.

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

Color convert

RGB 207 15 104 -
CMYK 0 0.93 0.50 0.19
HSL 332.19º 0.86% 0.44% -
HSV(B) 332.19º 0.93% 0.81% -
XYZ 28.4 14.61 14.42 -
YUV 82.55 140.11 216.76 -
System Red Green Blue C M Y K H S L
Decimal 207 15 104 0 0.93 0.50 0.19 332.19 0.86 0.44
Hex CF F 68 0 5D 32 13 14C 56 2C
Octal 317 17 150 0 135 62 23 514 126 54
Binary 11001111 1111 1101000 0 1011101 110010 10011 101001100 1010110 101100

Color Harmonies of #CF0F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F68

Black with #CF0F68

Text Example


Text Example

White with #CF0F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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