Shades of Ruby #CC0D52
Tints of Ruby #CC0D52
RGB
CMYK
RGB Variations
Color information
#CC0D52 (or 0xCC0D52) is known color: Ruby. HEX triplet: CC, 0D and 52. RGB value is (204,13,82). Sum of RGB (Red+Green+Blue) = 204+13+82=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D52 is #33F2AD. Grayscale: #4D4D4D. Windows color (decimal): -3404462 or 5377484. OLE color: 5377484.
HSL color Cylindrical-coordinate representation of color #CC0D52: hue angle of 338.32º 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 #CC0D52 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 82 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.2 |
| HSL | 338.32º | 0.88% | 0.43% | - |
| HSV(B) | 338.32º | 0.94% | 0.8% | - |
| XYZ | 26.57 | 13.73 | 9.23 | - |
| YUV | 77.98 | 130.28 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 82 | 0 | 0.94 | 0.60 | 0.2 | 338.32 | 0.88 | 0.43 |
| Hex | CC | D | 52 | 0 | 5E | 3C | 14 | 152 | 58 | 2B |
| Octal | 314 | 15 | 122 | 0 | 136 | 74 | 24 | 522 | 130 | 53 |
| Binary | 11001100 | 1101 | 1010010 | 0 | 1011110 | 111100 | 10100 | 101010010 | 1011000 | 101011 |
Color Harmonies of #CC0D52
Complementary color
Monochromatic Colors of #CC0D52
Black with #CC0D52
Text Example
Text Example
White with #CC0D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D52; }
p { color: rgb(204,13,82); }
H1.HeaderClassName
{
color: #CC0D52;
}
.AnyTagClassName
{
color: #CC0D52;
}
</style>
background-color css
<style>
a { background-color: #CC0D52; }
a { background-color: rgb(204,13,82); }
div.DivClassName
{
background-color: #CC0D52;
}
.BgClassName
{
background-color: #CC0D52;
}
</style>
border-color css
<style>
span { border-color: #CC0D52; }
span { border-color: rgb(204,13,82); }
td.TdClassName
{
border-color: #CC0D52;
}
.TagClassName
{
border-color: #CC0D52;
}
</style>