Shades of Ruby #CC1159
Tints of Ruby #CC1159
RGB
CMYK
RGB Variations
Color information
#CC1159 (or 0xCC1159) is known color: Ruby. HEX triplet: CC, 11 and 59. RGB value is (204,17,89). Sum of RGB (Red+Green+Blue) = 204+17+89=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1159 is #33EEA6. Grayscale: #515151. Windows color (decimal): -3403431 or 5837260. OLE color: 5837260.
HSL color Cylindrical-coordinate representation of color #CC1159: hue angle of 336.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1159 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 89 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.2 |
| HSL | 336.9º | 0.85% | 0.43% | - |
| HSV(B) | 336.9º | 0.92% | 0.8% | - |
| XYZ | 26.91 | 13.96 | 10.73 | - |
| YUV | 81.12 | 132.45 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 89 | 0 | 0.92 | 0.56 | 0.2 | 336.9 | 0.85 | 0.43 |
| Hex | CC | 11 | 59 | 0 | 5C | 38 | 14 | 151 | 55 | 2B |
| Octal | 314 | 21 | 131 | 0 | 134 | 70 | 24 | 521 | 125 | 53 |
| Binary | 11001100 | 10001 | 1011001 | 0 | 1011100 | 111000 | 10100 | 101010001 | 1010101 | 101011 |
Color Harmonies of #CC1159
Complementary color
Monochromatic Colors of #CC1159
Black with #CC1159
Text Example
Text Example
White with #CC1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1159; }
p { color: rgb(204,17,89); }
H1.HeaderClassName
{
color: #CC1159;
}
.AnyTagClassName
{
color: #CC1159;
}
</style>
background-color css
<style>
a { background-color: #CC1159; }
a { background-color: rgb(204,17,89); }
div.DivClassName
{
background-color: #CC1159;
}
.BgClassName
{
background-color: #CC1159;
}
</style>
border-color css
<style>
span { border-color: #CC1159; }
span { border-color: rgb(204,17,89); }
td.TdClassName
{
border-color: #CC1159;
}
.TagClassName
{
border-color: #CC1159;
}
</style>