#cf0c6f

Color #CF0C6F Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #CF0C6F

Tints of Ruby #CF0C6F

Color information

#CF0C6F (or 0xCF0C6F) is unknown color: approx Ruby. HEX triplet: CF, 0C and 6F. RGB value is (207,12,111). Sum of RGB (Red+Green+Blue) = 207+12+111=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0C6F is #30F390. Grayscale: #515151. Windows color (decimal): -3208081 or 7277775. OLE color: 7277775.

HSL color Cylindrical-coordinate representation of color #CF0C6F: hue angle of 329.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C6F is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB20712111-
CMYK00.940.460.19
HSL329.54º89.04%42.94%-
HSV(B)329.54º94.2%81.18%-
XYZ28.7314.6816.36-
YUV81.59144.6217.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.73%
GREEN value IS 12 (5.08% from 255) = 3.64%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=62.73%
G=3.64%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071211100.940.460.19329.5489.0442.94
HexCFC6F05E2E1314a592b
Octal317141570136562351213153
Binary110011111100110111101011110101110100111010010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0c6f; }

 p { color: rgb(207,12,111); }

 H1.HeaderClassName
 {
   color: #cf0c6f;
 }
 .AnyTagClassName
 {
   color: #cf0c6f;
 }
</style>
background-color css

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

 a { background-color: rgb(207,12,111); }

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

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

 span { border-color: rgb(207,12,111); }

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