Shades of Ruby #CC0C55
Tints of Ruby #CC0C55
RGB
CMYK
RGB Variations
Color information
#CC0C55 (or 0xCC0C55) is known color: Ruby. HEX triplet: CC, 0C and 55. RGB value is (204,12,85). Sum of RGB (Red+Green+Blue) = 204+12+85=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C55 is #33F3AA. Grayscale: #4D4D4D. Windows color (decimal): -3404715 or 5573836. OLE color: 5573836.
HSL color Cylindrical-coordinate representation of color #CC0C55: hue angle of 337.19º 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 #CC0C55 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 85 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.2 |
| HSL | 337.19º | 0.89% | 0.42% | - |
| HSV(B) | 337.19º | 0.94% | 0.8% | - |
| XYZ | 26.67 | 13.76 | 9.84 | - |
| YUV | 77.73 | 132.11 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 85 | 0 | 0.94 | 0.58 | 0.2 | 337.19 | 0.89 | 0.42 |
| Hex | CC | C | 55 | 0 | 5E | 3A | 14 | 151 | 59 | 2A |
| Octal | 314 | 14 | 125 | 0 | 136 | 72 | 24 | 521 | 131 | 52 |
| Binary | 11001100 | 1100 | 1010101 | 0 | 1011110 | 111010 | 10100 | 101010001 | 1011001 | 101010 |
Color Harmonies of #CC0C55
Complementary color
Monochromatic Colors of #CC0C55
Black with #CC0C55
Text Example
Text Example
White with #CC0C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C55; }
p { color: rgb(204,12,85); }
H1.HeaderClassName
{
color: #CC0C55;
}
.AnyTagClassName
{
color: #CC0C55;
}
</style>
background-color css
<style>
a { background-color: #CC0C55; }
a { background-color: rgb(204,12,85); }
div.DivClassName
{
background-color: #CC0C55;
}
.BgClassName
{
background-color: #CC0C55;
}
</style>
border-color css
<style>
span { border-color: #CC0C55; }
span { border-color: rgb(204,12,85); }
td.TdClassName
{
border-color: #CC0C55;
}
.TagClassName
{
border-color: #CC0C55;
}
</style>