Shades of Ruby #CC0464
Tints of Ruby #CC0464
RGB
CMYK
RGB Variations
Color information
#CC0464 (or 0xCC0464) is known color: Ruby. HEX triplet: CC, 04 and 64. RGB value is (204,4,100). Sum of RGB (Red+Green+Blue) = 204+4+100=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0464 is #33FB9B. Grayscale: #4A4A4A. Windows color (decimal): -3406748 or 6554828. OLE color: 6554828.
HSL color Cylindrical-coordinate representation of color #CC0464: hue angle of 331.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0464 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.2 |
| HSL | 331.2º | 0.96% | 0.41% | - |
| HSV(B) | 331.2º | 0.98% | 0.8% | - |
| XYZ | 27.25 | 13.84 | 13.29 | - |
| YUV | 74.74 | 142.26 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 100 | 0 | 0.98 | 0.51 | 0.2 | 331.2 | 0.96 | 0.41 |
| Hex | CC | 4 | 64 | 0 | 62 | 33 | 14 | 14B | 60 | 29 |
| Octal | 314 | 4 | 144 | 0 | 142 | 63 | 24 | 513 | 140 | 51 |
| Binary | 11001100 | 100 | 1100100 | 0 | 1100010 | 110011 | 10100 | 101001011 | 1100000 | 101001 |
Color Harmonies of #CC0464
Complementary color
Monochromatic Colors of #CC0464
Black with #CC0464
Text Example
Text Example
White with #CC0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0464; }
p { color: rgb(204,4,100); }
H1.HeaderClassName
{
color: #CC0464;
}
.AnyTagClassName
{
color: #CC0464;
}
</style>
background-color css
<style>
a { background-color: #CC0464; }
a { background-color: rgb(204,4,100); }
div.DivClassName
{
background-color: #CC0464;
}
.BgClassName
{
background-color: #CC0464;
}
</style>
border-color css
<style>
span { border-color: #CC0464; }
span { border-color: rgb(204,4,100); }
td.TdClassName
{
border-color: #CC0464;
}
.TagClassName
{
border-color: #CC0464;
}
</style>