Shades of Ruby #CC1961
Tints of Ruby #CC1961
RGB
CMYK
RGB Variations
Color information
#CC1961 (or 0xCC1961) is known color: Ruby. HEX triplet: CC, 19 and 61. RGB value is (204,25,97). Sum of RGB (Red+Green+Blue) = 204+25+97=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1961 is #33E69E. Grayscale: #565656. Windows color (decimal): -3401375 or 6363596. OLE color: 6363596.
HSL color Cylindrical-coordinate representation of color #CC1961: hue angle of 335.87º 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 #CC1961 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 97 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.2 |
| HSL | 335.87º | 0.78% | 0.45% | - |
| HSV(B) | 335.87º | 0.88% | 0.8% | - |
| XYZ | 27.41 | 14.4 | 12.64 | - |
| YUV | 86.73 | 133.8 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 97 | 0 | 0.88 | 0.52 | 0.2 | 335.87 | 0.78 | 0.45 |
| Hex | CC | 19 | 61 | 0 | 58 | 34 | 14 | 150 | 4E | 2D |
| Octal | 314 | 31 | 141 | 0 | 130 | 64 | 24 | 520 | 116 | 55 |
| Binary | 11001100 | 11001 | 1100001 | 0 | 1011000 | 110100 | 10100 | 101010000 | 1001110 | 101101 |
Color Harmonies of #CC1961
Complementary color
Monochromatic Colors of #CC1961
Black with #CC1961
Text Example
Text Example
White with #CC1961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1961; }
p { color: rgb(204,25,97); }
H1.HeaderClassName
{
color: #CC1961;
}
.AnyTagClassName
{
color: #CC1961;
}
</style>
background-color css
<style>
a { background-color: #CC1961; }
a { background-color: rgb(204,25,97); }
div.DivClassName
{
background-color: #CC1961;
}
.BgClassName
{
background-color: #CC1961;
}
</style>
border-color css
<style>
span { border-color: #CC1961; }
span { border-color: rgb(204,25,97); }
td.TdClassName
{
border-color: #CC1961;
}
.TagClassName
{
border-color: #CC1961;
}
</style>