Shades of Ruby #CC2065
Tints of Ruby #CC2065
RGB
CMYK
RGB Variations
Color information
#CC2065 (or 0xCC2065) is known color: Ruby. HEX triplet: CC, 20 and 65. RGB value is (204,32,101). Sum of RGB (Red+Green+Blue) = 204+32+101=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2065 is #33DF9A. Grayscale: #5B5B5B. Windows color (decimal): -3399579 or 6627532. OLE color: 6627532.
HSL color Cylindrical-coordinate representation of color #CC2065: hue angle of 335.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2065 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 101 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.2 |
| HSL | 335.93º | 0.73% | 0.46% | - |
| HSV(B) | 335.93º | 0.84% | 0.8% | - |
| XYZ | 27.77 | 14.81 | 13.71 | - |
| YUV | 91.29 | 133.48 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 101 | 0 | 0.84 | 0.50 | 0.2 | 335.93 | 0.73 | 0.46 |
| Hex | CC | 20 | 65 | 0 | 54 | 32 | 14 | 150 | 49 | 2E |
| Octal | 314 | 40 | 145 | 0 | 124 | 62 | 24 | 520 | 111 | 56 |
| Binary | 11001100 | 100000 | 1100101 | 0 | 1010100 | 110010 | 10100 | 101010000 | 1001001 | 101110 |
Color Harmonies of #CC2065
Complementary color
Monochromatic Colors of #CC2065
Black with #CC2065
Text Example
Text Example
White with #CC2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2065; }
p { color: rgb(204,32,101); }
H1.HeaderClassName
{
color: #CC2065;
}
.AnyTagClassName
{
color: #CC2065;
}
</style>
background-color css
<style>
a { background-color: #CC2065; }
a { background-color: rgb(204,32,101); }
div.DivClassName
{
background-color: #CC2065;
}
.BgClassName
{
background-color: #CC2065;
}
</style>
border-color css
<style>
span { border-color: #CC2065; }
span { border-color: rgb(204,32,101); }
td.TdClassName
{
border-color: #CC2065;
}
.TagClassName
{
border-color: #CC2065;
}
</style>