Shades of Ruby #CC0C5E
Tints of Ruby #CC0C5E
RGB
CMYK
RGB Variations
Color information
#CC0C5E (or 0xCC0C5E) is known color: Ruby. HEX triplet: CC, 0C and 5E. RGB value is (204,12,94). Sum of RGB (Red+Green+Blue) = 204+12+94=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C5E is #33F3A1. Grayscale: #4E4E4E. Windows color (decimal): -3404706 or 6163660. OLE color: 6163660.
HSL color Cylindrical-coordinate representation of color #CC0C5E: hue angle of 334.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 #CC0C5E is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 94 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.2 |
| HSL | 334.38º | 0.89% | 0.42% | - |
| HSV(B) | 334.38º | 0.94% | 0.8% | - |
| XYZ | 27.05 | 13.91 | 11.85 | - |
| YUV | 78.76 | 136.61 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 94 | 0 | 0.94 | 0.54 | 0.2 | 334.38 | 0.89 | 0.42 |
| Hex | CC | C | 5E | 0 | 5E | 36 | 14 | 14E | 59 | 2A |
| Octal | 314 | 14 | 136 | 0 | 136 | 66 | 24 | 516 | 131 | 52 |
| Binary | 11001100 | 1100 | 1011110 | 0 | 1011110 | 110110 | 10100 | 101001110 | 1011001 | 101010 |
Color Harmonies of #CC0C5E
Complementary color
Monochromatic Colors of #CC0C5E
Black with #CC0C5E
Text Example
Text Example
White with #CC0C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C5E; }
p { color: rgb(204,12,94); }
H1.HeaderClassName
{
color: #CC0C5E;
}
.AnyTagClassName
{
color: #CC0C5E;
}
</style>
background-color css
<style>
a { background-color: #CC0C5E; }
a { background-color: rgb(204,12,94); }
div.DivClassName
{
background-color: #CC0C5E;
}
.BgClassName
{
background-color: #CC0C5E;
}
</style>
border-color css
<style>
span { border-color: #CC0C5E; }
span { border-color: rgb(204,12,94); }
td.TdClassName
{
border-color: #CC0C5E;
}
.TagClassName
{
border-color: #CC0C5E;
}
</style>