Shades of Medium Violet Red #CC21A7
Tints of Medium Violet Red #CC21A7
RGB
CMYK
RGB Variations
Color information
#CC21A7 (or 0xCC21A7) is known color: Medium Violet Red. HEX triplet: CC, 21 and A7. RGB value is (204,33,167). Sum of RGB (Red+Green+Blue) = 204+33+167=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC21A7 is #33DE58. Grayscale: #636363. Windows color (decimal): -3399257 or 10953164. OLE color: 10953164.
HSL color Cylindrical-coordinate representation of color #CC21A7: hue angle of 312.98º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21A7 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 167 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.2 |
| HSL | 312.98º | 0.72% | 0.46% | - |
| HSV(B) | 312.98º | 0.84% | 0.8% | - |
| XYZ | 32.42 | 16.72 | 38.08 | - |
| YUV | 99.41 | 166.15 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 167 | 0 | 0.84 | 0.18 | 0.2 | 312.98 | 0.72 | 0.46 |
| Hex | CC | 21 | A7 | 0 | 54 | 12 | 14 | 139 | 48 | 2E |
| Octal | 314 | 41 | 247 | 0 | 124 | 22 | 24 | 471 | 110 | 56 |
| Binary | 11001100 | 100001 | 10100111 | 0 | 1010100 | 10010 | 10100 | 100111001 | 1001000 | 101110 |
Color Harmonies of #CC21A7
Complementary color
Monochromatic Colors of #CC21A7
Black with #CC21A7
Text Example
Text Example
White with #CC21A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21A7; }
p { color: rgb(204,33,167); }
H1.HeaderClassName
{
color: #CC21A7;
}
.AnyTagClassName
{
color: #CC21A7;
}
</style>
background-color css
<style>
a { background-color: #CC21A7; }
a { background-color: rgb(204,33,167); }
div.DivClassName
{
background-color: #CC21A7;
}
.BgClassName
{
background-color: #CC21A7;
}
</style>
border-color css
<style>
span { border-color: #CC21A7; }
span { border-color: rgb(204,33,167); }
td.TdClassName
{
border-color: #CC21A7;
}
.TagClassName
{
border-color: #CC21A7;
}
</style>