Shades of Ruby #CC0D54
Tints of Ruby #CC0D54
RGB
CMYK
RGB Variations
Color information
#CC0D54 (or 0xCC0D54) is known color: Ruby. HEX triplet: CC, 0D and 54. RGB value is (204,13,84). Sum of RGB (Red+Green+Blue) = 204+13+84=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D54 is #33F2AB. Grayscale: #4E4E4E. Windows color (decimal): -3404460 or 5508556. OLE color: 5508556.
HSL color Cylindrical-coordinate representation of color #CC0D54: hue angle of 337.7º 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 #CC0D54 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 84 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.2 |
| HSL | 337.7º | 0.88% | 0.43% | - |
| HSV(B) | 337.7º | 0.94% | 0.8% | - |
| XYZ | 26.65 | 13.77 | 9.64 | - |
| YUV | 78.2 | 131.28 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 84 | 0 | 0.94 | 0.59 | 0.2 | 337.7 | 0.88 | 0.43 |
| Hex | CC | D | 54 | 0 | 5E | 3B | 14 | 152 | 58 | 2B |
| Octal | 314 | 15 | 124 | 0 | 136 | 73 | 24 | 522 | 130 | 53 |
| Binary | 11001100 | 1101 | 1010100 | 0 | 1011110 | 111011 | 10100 | 101010010 | 1011000 | 101011 |
Color Harmonies of #CC0D54
Complementary color
Monochromatic Colors of #CC0D54
Black with #CC0D54
Text Example
Text Example
White with #CC0D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D54; }
p { color: rgb(204,13,84); }
H1.HeaderClassName
{
color: #CC0D54;
}
.AnyTagClassName
{
color: #CC0D54;
}
</style>
background-color css
<style>
a { background-color: #CC0D54; }
a { background-color: rgb(204,13,84); }
div.DivClassName
{
background-color: #CC0D54;
}
.BgClassName
{
background-color: #CC0D54;
}
</style>
border-color css
<style>
span { border-color: #CC0D54; }
span { border-color: rgb(204,13,84); }
td.TdClassName
{
border-color: #CC0D54;
}
.TagClassName
{
border-color: #CC0D54;
}
</style>