Shades of Ruby #CC0D5F
Tints of Ruby #CC0D5F
RGB
CMYK
RGB Variations
Color information
#CC0D5F (or 0xCC0D5F) is known color: Ruby. HEX triplet: CC, 0D and 5F. RGB value is (204,13,95). Sum of RGB (Red+Green+Blue) = 204+13+95=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D5F is #33F2A0. Grayscale: #4F4F4F. Windows color (decimal): -3404449 or 6229452. OLE color: 6229452.
HSL color Cylindrical-coordinate representation of color #CC0D5F: hue angle of 334.24º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D5F is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 95 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.2 |
| HSL | 334.24º | 0.88% | 0.43% | - |
| HSV(B) | 334.24º | 0.94% | 0.8% | - |
| XYZ | 27.11 | 13.95 | 12.09 | - |
| YUV | 79.46 | 136.78 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 95 | 0 | 0.94 | 0.53 | 0.2 | 334.24 | 0.88 | 0.43 |
| Hex | CC | D | 5F | 0 | 5E | 35 | 14 | 14E | 58 | 2B |
| Octal | 314 | 15 | 137 | 0 | 136 | 65 | 24 | 516 | 130 | 53 |
| Binary | 11001100 | 1101 | 1011111 | 0 | 1011110 | 110101 | 10100 | 101001110 | 1011000 | 101011 |
Color Harmonies of #CC0D5F
Complementary color
Monochromatic Colors of #CC0D5F
Black with #CC0D5F
Text Example
Text Example
White with #CC0D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D5F; }
p { color: rgb(204,13,95); }
H1.HeaderClassName
{
color: #CC0D5F;
}
.AnyTagClassName
{
color: #CC0D5F;
}
</style>
background-color css
<style>
a { background-color: #CC0D5F; }
a { background-color: rgb(204,13,95); }
div.DivClassName
{
background-color: #CC0D5F;
}
.BgClassName
{
background-color: #CC0D5F;
}
</style>
border-color css
<style>
span { border-color: #CC0D5F; }
span { border-color: rgb(204,13,95); }
td.TdClassName
{
border-color: #CC0D5F;
}
.TagClassName
{
border-color: #CC0D5F;
}
</style>