Shades of Ruby #CC185E
Tints of Ruby #CC185E
RGB
CMYK
RGB Variations
Color information
#CC185E (or 0xCC185E) is known color: Ruby. HEX triplet: CC, 18 and 5E. RGB value is (204,24,94). Sum of RGB (Red+Green+Blue) = 204+24+94=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC185E is #33E7A1. Grayscale: #555555. Windows color (decimal): -3401634 or 6166732. OLE color: 6166732.
HSL color Cylindrical-coordinate representation of color #CC185E: hue angle of 336.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC185E is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 94 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.2 |
| HSL | 336.67º | 0.79% | 0.45% | - |
| HSV(B) | 336.67º | 0.88% | 0.8% | - |
| XYZ | 27.25 | 14.3 | 11.91 | - |
| YUV | 85.8 | 132.63 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 94 | 0 | 0.88 | 0.54 | 0.2 | 336.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 5E | 0 | 58 | 36 | 14 | 151 | 4F | 2D |
| Octal | 314 | 30 | 136 | 0 | 130 | 66 | 24 | 521 | 117 | 55 |
| Binary | 11001100 | 11000 | 1011110 | 0 | 1011000 | 110110 | 10100 | 101010001 | 1001111 | 101101 |
Color Harmonies of #CC185E
Complementary color
Monochromatic Colors of #CC185E
Black with #CC185E
Text Example
Text Example
White with #CC185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC185E; }
p { color: rgb(204,24,94); }
H1.HeaderClassName
{
color: #CC185E;
}
.AnyTagClassName
{
color: #CC185E;
}
</style>
background-color css
<style>
a { background-color: #CC185E; }
a { background-color: rgb(204,24,94); }
div.DivClassName
{
background-color: #CC185E;
}
.BgClassName
{
background-color: #CC185E;
}
</style>
border-color css
<style>
span { border-color: #CC185E; }
span { border-color: rgb(204,24,94); }
td.TdClassName
{
border-color: #CC185E;
}
.TagClassName
{
border-color: #CC185E;
}
</style>