Shades of Ruby #CC1565
Tints of Ruby #CC1565
RGB
CMYK
RGB Variations
Color information
#CC1565 (or 0xCC1565) is known color: Ruby. HEX triplet: CC, 15 and 65. RGB value is (204,21,101). Sum of RGB (Red+Green+Blue) = 204+21+101=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1565 is #33EA9A. Grayscale: #545454. Windows color (decimal): -3402395 or 6624716. OLE color: 6624716.
HSL color Cylindrical-coordinate representation of color #CC1565: hue angle of 333.77º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1565 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 101 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.2 |
| HSL | 333.77º | 0.81% | 0.44% | - |
| HSV(B) | 333.77º | 0.9% | 0.8% | - |
| XYZ | 27.52 | 14.31 | 13.62 | - |
| YUV | 84.84 | 137.13 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 101 | 0 | 0.90 | 0.50 | 0.2 | 333.77 | 0.81 | 0.44 |
| Hex | CC | 15 | 65 | 0 | 5A | 32 | 14 | 14E | 51 | 2C |
| Octal | 314 | 25 | 145 | 0 | 132 | 62 | 24 | 516 | 121 | 54 |
| Binary | 11001100 | 10101 | 1100101 | 0 | 1011010 | 110010 | 10100 | 101001110 | 1010001 | 101100 |
Color Harmonies of #CC1565
Complementary color
Monochromatic Colors of #CC1565
Black with #CC1565
Text Example
Text Example
White with #CC1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1565; }
p { color: rgb(204,21,101); }
H1.HeaderClassName
{
color: #CC1565;
}
.AnyTagClassName
{
color: #CC1565;
}
</style>
background-color css
<style>
a { background-color: #CC1565; }
a { background-color: rgb(204,21,101); }
div.DivClassName
{
background-color: #CC1565;
}
.BgClassName
{
background-color: #CC1565;
}
</style>
border-color css
<style>
span { border-color: #CC1565; }
span { border-color: rgb(204,21,101); }
td.TdClassName
{
border-color: #CC1565;
}
.TagClassName
{
border-color: #CC1565;
}
</style>