Shades of Medium Violet Red #CC0270
Tints of Medium Violet Red #CC0270
RGB
CMYK
RGB Variations
Color information
#CC0270 (or 0xCC0270) is known color: Medium Violet Red. HEX triplet: CC, 02 and 70. RGB value is (204,2,112). Sum of RGB (Red+Green+Blue) = 204+2+112=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0270 is #33FD8F. Grayscale: #4A4A4A. Windows color (decimal): -3407248 or 7340748. OLE color: 7340748.
HSL color Cylindrical-coordinate representation of color #CC0270: hue angle of 327.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0270 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.2 |
| HSL | 327.33º | 0.98% | 0.4% | - |
| HSV(B) | 327.33º | 0.99% | 0.8% | - |
| XYZ | 27.85 | 14.05 | 16.57 | - |
| YUV | 74.94 | 148.92 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 112 | 0 | 0.99 | 0.45 | 0.2 | 327.33 | 0.98 | 0.4 |
| Hex | CC | 2 | 70 | 0 | 63 | 2D | 14 | 147 | 62 | 28 |
| Octal | 314 | 2 | 160 | 0 | 143 | 55 | 24 | 507 | 142 | 50 |
| Binary | 11001100 | 10 | 1110000 | 0 | 1100011 | 101101 | 10100 | 101000111 | 1100010 | 101000 |
Color Harmonies of #CC0270
Complementary color
Monochromatic Colors of #CC0270
Black with #CC0270
Text Example
Text Example
White with #CC0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0270; }
p { color: rgb(204,2,112); }
H1.HeaderClassName
{
color: #CC0270;
}
.AnyTagClassName
{
color: #CC0270;
}
</style>
background-color css
<style>
a { background-color: #CC0270; }
a { background-color: rgb(204,2,112); }
div.DivClassName
{
background-color: #CC0270;
}
.BgClassName
{
background-color: #CC0270;
}
</style>
border-color css
<style>
span { border-color: #CC0270; }
span { border-color: rgb(204,2,112); }
td.TdClassName
{
border-color: #CC0270;
}
.TagClassName
{
border-color: #CC0270;
}
</style>