Shades of Medium Violet Red #CC0870
Tints of Medium Violet Red #CC0870
RGB
CMYK
RGB Variations
Color information
#CC0870 (or 0xCC0870) is known color: Medium Violet Red. HEX triplet: CC, 08 and 70. RGB value is (204,8,112). Sum of RGB (Red+Green+Blue) = 204+8+112=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0870 is #33F78F. Grayscale: #4E4E4E. Windows color (decimal): -3405712 or 7342284. OLE color: 7342284.
HSL color Cylindrical-coordinate representation of color #CC0870: hue angle of 328.16º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0870 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.2 |
| HSL | 328.16º | 0.92% | 0.42% | - |
| HSV(B) | 328.16º | 0.96% | 0.8% | - |
| XYZ | 27.91 | 14.18 | 16.6 | - |
| YUV | 78.46 | 146.93 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 112 | 0 | 0.96 | 0.45 | 0.2 | 328.16 | 0.92 | 0.42 |
| Hex | CC | 8 | 70 | 0 | 60 | 2D | 14 | 148 | 5C | 2A |
| Octal | 314 | 10 | 160 | 0 | 140 | 55 | 24 | 510 | 134 | 52 |
| Binary | 11001100 | 1000 | 1110000 | 0 | 1100000 | 101101 | 10100 | 101001000 | 1011100 | 101010 |
Color Harmonies of #CC0870
Complementary color
Monochromatic Colors of #CC0870
Black with #CC0870
Text Example
Text Example
White with #CC0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0870; }
p { color: rgb(204,8,112); }
H1.HeaderClassName
{
color: #CC0870;
}
.AnyTagClassName
{
color: #CC0870;
}
</style>
background-color css
<style>
a { background-color: #CC0870; }
a { background-color: rgb(204,8,112); }
div.DivClassName
{
background-color: #CC0870;
}
.BgClassName
{
background-color: #CC0870;
}
</style>
border-color css
<style>
span { border-color: #CC0870; }
span { border-color: rgb(204,8,112); }
td.TdClassName
{
border-color: #CC0870;
}
.TagClassName
{
border-color: #CC0870;
}
</style>