Shades of Ruby #CC0C4E
Tints of Ruby #CC0C4E
RGB
CMYK
RGB Variations
Color information
#CC0C4E (or 0xCC0C4E) is known color: Ruby. HEX triplet: CC, 0C and 4E. RGB value is (204,12,78). Sum of RGB (Red+Green+Blue) = 204+12+78=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C4E is #33F3B1. Grayscale: #4C4C4C. Windows color (decimal): -3404722 or 5115084. OLE color: 5115084.
HSL color Cylindrical-coordinate representation of color #CC0C4E: hue angle of 339.38º 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 #CC0C4E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 78 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.2 |
| HSL | 339.38º | 0.89% | 0.42% | - |
| HSV(B) | 339.38º | 0.94% | 0.8% | - |
| XYZ | 26.41 | 13.65 | 8.45 | - |
| YUV | 76.93 | 128.61 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 78 | 0 | 0.94 | 0.62 | 0.2 | 339.38 | 0.89 | 0.42 |
| Hex | CC | C | 4E | 0 | 5E | 3E | 14 | 153 | 59 | 2A |
| Octal | 314 | 14 | 116 | 0 | 136 | 76 | 24 | 523 | 131 | 52 |
| Binary | 11001100 | 1100 | 1001110 | 0 | 1011110 | 111110 | 10100 | 101010011 | 1011001 | 101010 |
Color Harmonies of #CC0C4E
Complementary color
Monochromatic Colors of #CC0C4E
Black with #CC0C4E
Text Example
Text Example
White with #CC0C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C4E; }
p { color: rgb(204,12,78); }
H1.HeaderClassName
{
color: #CC0C4E;
}
.AnyTagClassName
{
color: #CC0C4E;
}
</style>
background-color css
<style>
a { background-color: #CC0C4E; }
a { background-color: rgb(204,12,78); }
div.DivClassName
{
background-color: #CC0C4E;
}
.BgClassName
{
background-color: #CC0C4E;
}
</style>
border-color css
<style>
span { border-color: #CC0C4E; }
span { border-color: rgb(204,12,78); }
td.TdClassName
{
border-color: #CC0C4E;
}
.TagClassName
{
border-color: #CC0C4E;
}
</style>