#cf0e52

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

Shades of Ruby #CF0E52

Tints of Ruby #CF0E52

Color information

#CF0E52 (or 0xCF0E52) is unknown color: approx Ruby. HEX triplet: CF, 0E and 52. RGB value is (207,14,82). Sum of RGB (Red+Green+Blue) = 207+14+82=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0E52 is #30F1AD. Grayscale: #4F4F4F. Windows color (decimal): -3207598 or 5377743. OLE color: 5377743.

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

Color convert

RGB2071482-
CMYK00.930.600.19
HSL338.86º87.33%43.33%-
HSV(B)338.86º93.24%81.18%-
XYZ27.4114.199.28-
YUV79.46129.44218.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 68.32%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=68.32%
G=4.62%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207148200.930.600.19338.8687.3343.33
HexCFE5205D3C13153572b
Octal317161220135742352312753
Binary110011111110101001001011101111100100111010100111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0e52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0e52; }

 p { color: rgb(207,14,82); }

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

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

 a { background-color: rgb(207,14,82); }

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

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

 span { border-color: rgb(207,14,82); }

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