Shades of Ruby #CC1464
Tints of Ruby #CC1464
RGB
CMYK
RGB Variations
Color information
#CC1464 (or 0xCC1464) is known color: Ruby. HEX triplet: CC, 14 and 64. RGB value is (204,20,100). Sum of RGB (Red+Green+Blue) = 204+20+100=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1464 is #33EB9B. Grayscale: #545454. Windows color (decimal): -3402652 or 6558924. OLE color: 6558924.
HSL color Cylindrical-coordinate representation of color #CC1464: hue angle of 333.91º degrees, saturation: 0.82, 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 #CC1464 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 100 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.2 |
| HSL | 333.91º | 0.82% | 0.44% | - |
| HSV(B) | 333.91º | 0.9% | 0.8% | - |
| XYZ | 27.45 | 14.26 | 13.36 | - |
| YUV | 84.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 100 | 0 | 0.90 | 0.51 | 0.2 | 333.91 | 0.82 | 0.44 |
| Hex | CC | 14 | 64 | 0 | 5A | 33 | 14 | 14E | 52 | 2C |
| Octal | 314 | 24 | 144 | 0 | 132 | 63 | 24 | 516 | 122 | 54 |
| Binary | 11001100 | 10100 | 1100100 | 0 | 1011010 | 110011 | 10100 | 101001110 | 1010010 | 101100 |
Color Harmonies of #CC1464
Complementary color
Monochromatic Colors of #CC1464
Black with #CC1464
Text Example
Text Example
White with #CC1464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1464; }
p { color: rgb(204,20,100); }
H1.HeaderClassName
{
color: #CC1464;
}
.AnyTagClassName
{
color: #CC1464;
}
</style>
background-color css
<style>
a { background-color: #CC1464; }
a { background-color: rgb(204,20,100); }
div.DivClassName
{
background-color: #CC1464;
}
.BgClassName
{
background-color: #CC1464;
}
</style>
border-color css
<style>
span { border-color: #CC1464; }
span { border-color: rgb(204,20,100); }
td.TdClassName
{
border-color: #CC1464;
}
.TagClassName
{
border-color: #CC1464;
}
</style>