Shades of Medium Violet Red #CC027A
Tints of Medium Violet Red #CC027A
RGB
CMYK
RGB Variations
Color information
#CC027A (or 0xCC027A) is known color: Medium Violet Red. HEX triplet: CC, 02 and 7A. RGB value is (204,2,122). Sum of RGB (Red+Green+Blue) = 204+2+122=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC027A is #33FD85. Grayscale: #4B4B4B. Windows color (decimal): -3407238 or 7996108. OLE color: 7996108.
HSL color Cylindrical-coordinate representation of color #CC027A: hue angle of 324.36º 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 #CC027A is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.2 |
| HSL | 324.36º | 0.98% | 0.4% | - |
| HSV(B) | 324.36º | 0.99% | 0.8% | - |
| XYZ | 28.44 | 14.29 | 19.67 | - |
| YUV | 76.08 | 153.92 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 122 | 0 | 0.99 | 0.40 | 0.2 | 324.36 | 0.98 | 0.4 |
| Hex | CC | 2 | 7A | 0 | 63 | 28 | 14 | 144 | 62 | 28 |
| Octal | 314 | 2 | 172 | 0 | 143 | 50 | 24 | 504 | 142 | 50 |
| Binary | 11001100 | 10 | 1111010 | 0 | 1100011 | 101000 | 10100 | 101000100 | 1100010 | 101000 |
Color Harmonies of #CC027A
Complementary color
Monochromatic Colors of #CC027A
Black with #CC027A
Text Example
Text Example
White with #CC027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC027A; }
p { color: rgb(204,2,122); }
H1.HeaderClassName
{
color: #CC027A;
}
.AnyTagClassName
{
color: #CC027A;
}
</style>
background-color css
<style>
a { background-color: #CC027A; }
a { background-color: rgb(204,2,122); }
div.DivClassName
{
background-color: #CC027A;
}
.BgClassName
{
background-color: #CC027A;
}
</style>
border-color css
<style>
span { border-color: #CC027A; }
span { border-color: rgb(204,2,122); }
td.TdClassName
{
border-color: #CC027A;
}
.TagClassName
{
border-color: #CC027A;
}
</style>