Shades of Ruby #CC2067
Tints of Ruby #CC2067
RGB
CMYK
RGB Variations
Color information
#CC2067 (or 0xCC2067) is known color: Ruby. HEX triplet: CC, 20 and 67. RGB value is (204,32,103). Sum of RGB (Red+Green+Blue) = 204+32+103=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2067 is #33DF98. Grayscale: #5B5B5B. Windows color (decimal): -3399577 or 6758604. OLE color: 6758604.
HSL color Cylindrical-coordinate representation of color #CC2067: hue angle of 335.23º 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 #CC2067 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 103 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.2 |
| HSL | 335.23º | 0.73% | 0.46% | - |
| HSV(B) | 335.23º | 0.84% | 0.8% | - |
| XYZ | 27.87 | 14.85 | 14.23 | - |
| YUV | 91.52 | 134.48 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 103 | 0 | 0.84 | 0.50 | 0.2 | 335.23 | 0.73 | 0.46 |
| Hex | CC | 20 | 67 | 0 | 54 | 32 | 14 | 14F | 49 | 2E |
| Octal | 314 | 40 | 147 | 0 | 124 | 62 | 24 | 517 | 111 | 56 |
| Binary | 11001100 | 100000 | 1100111 | 0 | 1010100 | 110010 | 10100 | 101001111 | 1001001 | 101110 |
Color Harmonies of #CC2067
Complementary color
Monochromatic Colors of #CC2067
Black with #CC2067
Text Example
Text Example
White with #CC2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2067; }
p { color: rgb(204,32,103); }
H1.HeaderClassName
{
color: #CC2067;
}
.AnyTagClassName
{
color: #CC2067;
}
</style>
background-color css
<style>
a { background-color: #CC2067; }
a { background-color: rgb(204,32,103); }
div.DivClassName
{
background-color: #CC2067;
}
.BgClassName
{
background-color: #CC2067;
}
</style>
border-color css
<style>
span { border-color: #CC2067; }
span { border-color: rgb(204,32,103); }
td.TdClassName
{
border-color: #CC2067;
}
.TagClassName
{
border-color: #CC2067;
}
</style>