Shades of Ruby #CC206C
Tints of Ruby #CC206C
RGB
CMYK
RGB Variations
Color information
#CC206C (or 0xCC206C) is known color: Ruby. HEX triplet: CC, 20 and 6C. RGB value is (204,32,108). Sum of RGB (Red+Green+Blue) = 204+32+108=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC206C is #33DF93. Grayscale: #5B5B5B. Windows color (decimal): -3399572 or 7086284. OLE color: 7086284.
HSL color Cylindrical-coordinate representation of color #CC206C: hue angle of 333.49º 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 #CC206C is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 108 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.2 |
| HSL | 333.49º | 0.73% | 0.46% | - |
| HSV(B) | 333.49º | 0.84% | 0.8% | - |
| XYZ | 28.13 | 14.95 | 15.59 | - |
| YUV | 92.09 | 136.98 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 108 | 0 | 0.84 | 0.47 | 0.2 | 333.49 | 0.73 | 0.46 |
| Hex | CC | 20 | 6C | 0 | 54 | 2F | 14 | 14D | 49 | 2E |
| Octal | 314 | 40 | 154 | 0 | 124 | 57 | 24 | 515 | 111 | 56 |
| Binary | 11001100 | 100000 | 1101100 | 0 | 1010100 | 101111 | 10100 | 101001101 | 1001001 | 101110 |
Color Harmonies of #CC206C
Complementary color
Monochromatic Colors of #CC206C
Black with #CC206C
Text Example
Text Example
White with #CC206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC206C; }
p { color: rgb(204,32,108); }
H1.HeaderClassName
{
color: #CC206C;
}
.AnyTagClassName
{
color: #CC206C;
}
</style>
background-color css
<style>
a { background-color: #CC206C; }
a { background-color: rgb(204,32,108); }
div.DivClassName
{
background-color: #CC206C;
}
.BgClassName
{
background-color: #CC206C;
}
</style>
border-color css
<style>
span { border-color: #CC206C; }
span { border-color: rgb(204,32,108); }
td.TdClassName
{
border-color: #CC206C;
}
.TagClassName
{
border-color: #CC206C;
}
</style>