Shades of Ruby #CC1959
Tints of Ruby #CC1959
RGB
CMYK
RGB Variations
Color information
#CC1959 (or 0xCC1959) is known color: Ruby. HEX triplet: CC, 19 and 59. RGB value is (204,25,89). Sum of RGB (Red+Green+Blue) = 204+25+89=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1959 is #33E6A6. Grayscale: #555555. Windows color (decimal): -3401383 or 5839308. OLE color: 5839308.
HSL color Cylindrical-coordinate representation of color #CC1959: hue angle of 338.55º degrees, saturation: 0.78, 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 #CC1959 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 89 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.2 |
| HSL | 338.55º | 0.78% | 0.45% | - |
| HSV(B) | 338.55º | 0.88% | 0.8% | - |
| XYZ | 27.05 | 14.25 | 10.78 | - |
| YUV | 85.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 89 | 0 | 0.88 | 0.56 | 0.2 | 338.55 | 0.78 | 0.45 |
| Hex | CC | 19 | 59 | 0 | 58 | 38 | 14 | 153 | 4E | 2D |
| Octal | 314 | 31 | 131 | 0 | 130 | 70 | 24 | 523 | 116 | 55 |
| Binary | 11001100 | 11001 | 1011001 | 0 | 1011000 | 111000 | 10100 | 101010011 | 1001110 | 101101 |
Color Harmonies of #CC1959
Complementary color
Monochromatic Colors of #CC1959
Black with #CC1959
Text Example
Text Example
White with #CC1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1959; }
p { color: rgb(204,25,89); }
H1.HeaderClassName
{
color: #CC1959;
}
.AnyTagClassName
{
color: #CC1959;
}
</style>
background-color css
<style>
a { background-color: #CC1959; }
a { background-color: rgb(204,25,89); }
div.DivClassName
{
background-color: #CC1959;
}
.BgClassName
{
background-color: #CC1959;
}
</style>
border-color css
<style>
span { border-color: #CC1959; }
span { border-color: rgb(204,25,89); }
td.TdClassName
{
border-color: #CC1959;
}
.TagClassName
{
border-color: #CC1959;
}
</style>