Shades of Ruby #CC1151
Tints of Ruby #CC1151
RGB
CMYK
RGB Variations
Color information
#CC1151 (or 0xCC1151) is known color: Ruby. HEX triplet: CC, 11 and 51. RGB value is (204,17,81). Sum of RGB (Red+Green+Blue) = 204+17+81=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1151 is #33EEAE. Grayscale: #505050. Windows color (decimal): -3403439 or 5312972. OLE color: 5312972.
HSL color Cylindrical-coordinate representation of color #CC1151: hue angle of 339.47º 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 #CC1151 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 81 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.2 |
| HSL | 339.47º | 0.85% | 0.43% | - |
| HSV(B) | 339.47º | 0.92% | 0.8% | - |
| XYZ | 26.59 | 13.83 | 9.05 | - |
| YUV | 80.21 | 128.45 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 81 | 0 | 0.92 | 0.60 | 0.2 | 339.47 | 0.85 | 0.43 |
| Hex | CC | 11 | 51 | 0 | 5C | 3C | 14 | 153 | 55 | 2B |
| Octal | 314 | 21 | 121 | 0 | 134 | 74 | 24 | 523 | 125 | 53 |
| Binary | 11001100 | 10001 | 1010001 | 0 | 1011100 | 111100 | 10100 | 101010011 | 1010101 | 101011 |
Color Harmonies of #CC1151
Complementary color
Monochromatic Colors of #CC1151
Black with #CC1151
Text Example
Text Example
White with #CC1151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1151; }
p { color: rgb(204,17,81); }
H1.HeaderClassName
{
color: #CC1151;
}
.AnyTagClassName
{
color: #CC1151;
}
</style>
background-color css
<style>
a { background-color: #CC1151; }
a { background-color: rgb(204,17,81); }
div.DivClassName
{
background-color: #CC1151;
}
.BgClassName
{
background-color: #CC1151;
}
</style>
border-color css
<style>
span { border-color: #CC1151; }
span { border-color: rgb(204,17,81); }
td.TdClassName
{
border-color: #CC1151;
}
.TagClassName
{
border-color: #CC1151;
}
</style>