Shades of Ruby #CC0C5F
Tints of Ruby #CC0C5F
RGB
CMYK
RGB Variations
Color information
#CC0C5F (or 0xCC0C5F) is known color: Ruby. HEX triplet: CC, 0C and 5F. RGB value is (204,12,95). Sum of RGB (Red+Green+Blue) = 204+12+95=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C5F is #33F3A0. Grayscale: #4E4E4E. Windows color (decimal): -3404705 or 6229196. OLE color: 6229196.
HSL color Cylindrical-coordinate representation of color #CC0C5F: hue angle of 334.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C5F is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 95 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.2 |
| HSL | 334.06º | 0.89% | 0.42% | - |
| HSV(B) | 334.06º | 0.94% | 0.8% | - |
| XYZ | 27.1 | 13.93 | 12.09 | - |
| YUV | 78.87 | 137.11 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 95 | 0 | 0.94 | 0.53 | 0.2 | 334.06 | 0.89 | 0.42 |
| Hex | CC | C | 5F | 0 | 5E | 35 | 14 | 14E | 59 | 2A |
| Octal | 314 | 14 | 137 | 0 | 136 | 65 | 24 | 516 | 131 | 52 |
| Binary | 11001100 | 1100 | 1011111 | 0 | 1011110 | 110101 | 10100 | 101001110 | 1011001 | 101010 |
Color Harmonies of #CC0C5F
Complementary color
Monochromatic Colors of #CC0C5F
Black with #CC0C5F
Text Example
Text Example
White with #CC0C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C5F; }
p { color: rgb(204,12,95); }
H1.HeaderClassName
{
color: #CC0C5F;
}
.AnyTagClassName
{
color: #CC0C5F;
}
</style>
background-color css
<style>
a { background-color: #CC0C5F; }
a { background-color: rgb(204,12,95); }
div.DivClassName
{
background-color: #CC0C5F;
}
.BgClassName
{
background-color: #CC0C5F;
}
</style>
border-color css
<style>
span { border-color: #CC0C5F; }
span { border-color: rgb(204,12,95); }
td.TdClassName
{
border-color: #CC0C5F;
}
.TagClassName
{
border-color: #CC0C5F;
}
</style>