Shades of Ruby #CC0D51
Tints of Ruby #CC0D51
RGB
CMYK
RGB Variations
Color information
#CC0D51 (or 0xCC0D51) is known color: Ruby. HEX triplet: CC, 0D and 51. RGB value is (204,13,81). Sum of RGB (Red+Green+Blue) = 204+13+81=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D51 is #33F2AE. Grayscale: #4D4D4D. Windows color (decimal): -3404463 or 5311948. OLE color: 5311948.
HSL color Cylindrical-coordinate representation of color #CC0D51: hue angle of 338.64º 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 #CC0D51 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 81 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.2 |
| HSL | 338.64º | 0.88% | 0.43% | - |
| HSV(B) | 338.64º | 0.94% | 0.8% | - |
| XYZ | 26.53 | 13.72 | 9.03 | - |
| YUV | 77.86 | 129.78 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 81 | 0 | 0.94 | 0.60 | 0.2 | 338.64 | 0.88 | 0.43 |
| Hex | CC | D | 51 | 0 | 5E | 3C | 14 | 153 | 58 | 2B |
| Octal | 314 | 15 | 121 | 0 | 136 | 74 | 24 | 523 | 130 | 53 |
| Binary | 11001100 | 1101 | 1010001 | 0 | 1011110 | 111100 | 10100 | 101010011 | 1011000 | 101011 |
Color Harmonies of #CC0D51
Complementary color
Monochromatic Colors of #CC0D51
Black with #CC0D51
Text Example
Text Example
White with #CC0D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D51; }
p { color: rgb(204,13,81); }
H1.HeaderClassName
{
color: #CC0D51;
}
.AnyTagClassName
{
color: #CC0D51;
}
</style>
background-color css
<style>
a { background-color: #CC0D51; }
a { background-color: rgb(204,13,81); }
div.DivClassName
{
background-color: #CC0D51;
}
.BgClassName
{
background-color: #CC0D51;
}
</style>
border-color css
<style>
span { border-color: #CC0D51; }
span { border-color: rgb(204,13,81); }
td.TdClassName
{
border-color: #CC0D51;
}
.TagClassName
{
border-color: #CC0D51;
}
</style>