Shades of Medium Violet Red #CC0B6E
Tints of Medium Violet Red #CC0B6E
RGB
CMYK
RGB Variations
Color information
#CC0B6E (or 0xCC0B6E) is known color: Medium Violet Red. HEX triplet: CC, 0B and 6E. RGB value is (204,11,110). Sum of RGB (Red+Green+Blue) = 204+11+110=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0B6E is #33F491. Grayscale: #4F4F4F. Windows color (decimal): -3404946 or 7211980. OLE color: 7211980.
HSL color Cylindrical-coordinate representation of color #CC0B6E: hue angle of 329.22º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0B6E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 110 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.2 |
| HSL | 329.22º | 0.9% | 0.42% | - |
| HSV(B) | 329.22º | 0.95% | 0.8% | - |
| XYZ | 27.84 | 14.2 | 16.03 | - |
| YUV | 79.99 | 144.94 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 110 | 0 | 0.95 | 0.46 | 0.2 | 329.22 | 0.9 | 0.42 |
| Hex | CC | B | 6E | 0 | 5F | 2E | 14 | 149 | 5A | 2A |
| Octal | 314 | 13 | 156 | 0 | 137 | 56 | 24 | 511 | 132 | 52 |
| Binary | 11001100 | 1011 | 1101110 | 0 | 1011111 | 101110 | 10100 | 101001001 | 1011010 | 101010 |
Color Harmonies of #CC0B6E
Complementary color
Monochromatic Colors of #CC0B6E
Black with #CC0B6E
Text Example
Text Example
White with #CC0B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0B6E; }
p { color: rgb(204,11,110); }
H1.HeaderClassName
{
color: #CC0B6E;
}
.AnyTagClassName
{
color: #CC0B6E;
}
</style>
background-color css
<style>
a { background-color: #CC0B6E; }
a { background-color: rgb(204,11,110); }
div.DivClassName
{
background-color: #CC0B6E;
}
.BgClassName
{
background-color: #CC0B6E;
}
</style>
border-color css
<style>
span { border-color: #CC0B6E; }
span { border-color: rgb(204,11,110); }
td.TdClassName
{
border-color: #CC0B6E;
}
.TagClassName
{
border-color: #CC0B6E;
}
</style>