Shades of Ruby #CC0065
Tints of Ruby #CC0065
RGB
CMYK
RGB Variations
Color information
#CC0065 (or 0xCC0065) is known color: Ruby. HEX triplet: CC, 00 and 65. RGB value is (204,0,101). Sum of RGB (Red+Green+Blue) = 204+0+101=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0065 is #33FF9A. Grayscale: #484848. Windows color (decimal): -3407771 or 6619340. OLE color: 6619340.
HSL color Cylindrical-coordinate representation of color #CC0065: hue angle of 330.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0065 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.50 | 0.2 |
| HSL | 330.29º | 1% | 0.4% | - |
| HSV(B) | 330.29º | 1% | 0.8% | - |
| XYZ | 27.25 | 13.78 | 13.53 | - |
| YUV | 72.51 | 144.09 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 101 | 0 | 1 | 0.50 | 0.2 | 330.29 | 1 | 0.4 |
| Hex | CC | 0 | 65 | 0 | 64 | 32 | 14 | 14A | 64 | 28 |
| Octal | 314 | 0 | 145 | 0 | 144 | 62 | 24 | 512 | 144 | 50 |
| Binary | 11001100 | 0 | 1100101 | 0 | 1100100 | 110010 | 10100 | 101001010 | 1100100 | 101000 |
Color Harmonies of #CC0065
Complementary color
Monochromatic Colors of #CC0065
Black with #CC0065
Text Example
Text Example
White with #CC0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0065; }
p { color: rgb(204,0,101); }
H1.HeaderClassName
{
color: #CC0065;
}
.AnyTagClassName
{
color: #CC0065;
}
</style>
background-color css
<style>
a { background-color: #CC0065; }
a { background-color: rgb(204,0,101); }
div.DivClassName
{
background-color: #CC0065;
}
.BgClassName
{
background-color: #CC0065;
}
</style>
border-color css
<style>
span { border-color: #CC0065; }
span { border-color: rgb(204,0,101); }
td.TdClassName
{
border-color: #CC0065;
}
.TagClassName
{
border-color: #CC0065;
}
</style>