Shades of Ruby #CC1965
Tints of Ruby #CC1965
RGB
CMYK
RGB Variations
Color information
#CC1965 (or 0xCC1965) is known color: Ruby. HEX triplet: CC, 19 and 65. RGB value is (204,25,101). Sum of RGB (Red+Green+Blue) = 204+25+101=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1965 is #33E69A. Grayscale: #575757. Windows color (decimal): -3401371 or 6625740. OLE color: 6625740.
HSL color Cylindrical-coordinate representation of color #CC1965: hue angle of 334.53º 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 #CC1965 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 101 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.2 |
| HSL | 334.53º | 0.78% | 0.45% | - |
| HSV(B) | 334.53º | 0.88% | 0.8% | - |
| XYZ | 27.6 | 14.47 | 13.65 | - |
| YUV | 87.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 101 | 0 | 0.88 | 0.50 | 0.2 | 334.53 | 0.78 | 0.45 |
| Hex | CC | 19 | 65 | 0 | 58 | 32 | 14 | 14F | 4E | 2D |
| Octal | 314 | 31 | 145 | 0 | 130 | 62 | 24 | 517 | 116 | 55 |
| Binary | 11001100 | 11001 | 1100101 | 0 | 1011000 | 110010 | 10100 | 101001111 | 1001110 | 101101 |
Color Harmonies of #CC1965
Complementary color
Monochromatic Colors of #CC1965
Black with #CC1965
Text Example
Text Example
White with #CC1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1965; }
p { color: rgb(204,25,101); }
H1.HeaderClassName
{
color: #CC1965;
}
.AnyTagClassName
{
color: #CC1965;
}
</style>
background-color css
<style>
a { background-color: #CC1965; }
a { background-color: rgb(204,25,101); }
div.DivClassName
{
background-color: #CC1965;
}
.BgClassName
{
background-color: #CC1965;
}
</style>
border-color css
<style>
span { border-color: #CC1965; }
span { border-color: rgb(204,25,101); }
td.TdClassName
{
border-color: #CC1965;
}
.TagClassName
{
border-color: #CC1965;
}
</style>