#CF0C58

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

Shades of Ruby #CF0C58

Tints of Ruby #CF0C58

Color information

#CF0C58 (or 0xCF0C58) is unknown color: approx Ruby. HEX triplet: CF, 0C and 58. RGB value is (207,12,88). Sum of RGB (Red+Green+Blue) = 207+12+88=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0C58 is #30F3A7. Grayscale: #4E4E4E. Windows color (decimal): -3208104 or 5770447. OLE color: 5770447.

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

Color convert

RGB2071288-
CMYK00.940.570.19
HSL336.62º89.04%42.94%-
HSV(B)336.62º94.2%81.18%-
XYZ27.6314.2310.52-
YUV78.97133.1219.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.43%
GREEN value IS 12 (5.08% from 255) = 3.91%
BLUE value IS 88 (34.77% from 255) = 28.66%
R=67.43%
G=3.91%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207128800.940.570.19336.6289.0442.94
HexCFC5805E3913151592b
Octal317141300136712352113153
Binary110011111100101100001011110111001100111010100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0C58; }

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

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

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

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

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

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

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

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