Shades of Medium Violet Red #CC026E
Tints of Medium Violet Red #CC026E
RGB
CMYK
RGB Variations
Color information
#CC026E (or 0xCC026E) is known color: Medium Violet Red. HEX triplet: CC, 02 and 6E. RGB value is (204,2,110). Sum of RGB (Red+Green+Blue) = 204+2+110=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC026E is #33FD91. Grayscale: #4A4A4A. Windows color (decimal): -3407250 or 7209676. OLE color: 7209676.
HSL color Cylindrical-coordinate representation of color #CC026E: hue angle of 327.92º 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 #CC026E is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.2 |
| HSL | 327.92º | 0.98% | 0.4% | - |
| HSV(B) | 327.92º | 0.99% | 0.8% | - |
| XYZ | 27.74 | 14.01 | 15.99 | - |
| YUV | 74.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 110 | 0 | 0.99 | 0.46 | 0.2 | 327.92 | 0.98 | 0.4 |
| Hex | CC | 2 | 6E | 0 | 63 | 2E | 14 | 148 | 62 | 28 |
| Octal | 314 | 2 | 156 | 0 | 143 | 56 | 24 | 510 | 142 | 50 |
| Binary | 11001100 | 10 | 1101110 | 0 | 1100011 | 101110 | 10100 | 101001000 | 1100010 | 101000 |
Color Harmonies of #CC026E
Complementary color
Monochromatic Colors of #CC026E
Black with #CC026E
Text Example
Text Example
White with #CC026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC026E; }
p { color: rgb(204,2,110); }
H1.HeaderClassName
{
color: #CC026E;
}
.AnyTagClassName
{
color: #CC026E;
}
</style>
background-color css
<style>
a { background-color: #CC026E; }
a { background-color: rgb(204,2,110); }
div.DivClassName
{
background-color: #CC026E;
}
.BgClassName
{
background-color: #CC026E;
}
</style>
border-color css
<style>
span { border-color: #CC026E; }
span { border-color: rgb(204,2,110); }
td.TdClassName
{
border-color: #CC026E;
}
.TagClassName
{
border-color: #CC026E;
}
</style>