Shades of Medium Violet Red #CC0396
Tints of Medium Violet Red #CC0396
RGB
CMYK
RGB Variations
Color information
#CC0396 (or 0xCC0396) is known color: Medium Violet Red. HEX triplet: CC, 03 and 96. RGB value is (204,3,150). Sum of RGB (Red+Green+Blue) = 204+3+150=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0396 is #33FC69. Grayscale: #4F4F4F. Windows color (decimal): -3406954 or 9831372. OLE color: 9831372.
HSL color Cylindrical-coordinate representation of color #CC0396: hue angle of 316.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0396 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.2 |
| HSL | 316.12º | 0.97% | 0.41% | - |
| HSV(B) | 316.12º | 0.99% | 0.8% | - |
| XYZ | 30.44 | 15.1 | 30.17 | - |
| YUV | 79.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 150 | 0 | 0.99 | 0.26 | 0.2 | 316.12 | 0.97 | 0.41 |
| Hex | CC | 3 | 96 | 0 | 63 | 1A | 14 | 13C | 61 | 29 |
| Octal | 314 | 3 | 226 | 0 | 143 | 32 | 24 | 474 | 141 | 51 |
| Binary | 11001100 | 11 | 10010110 | 0 | 1100011 | 11010 | 10100 | 100111100 | 1100001 | 101001 |
Color Harmonies of #CC0396
Complementary color
Monochromatic Colors of #CC0396
Black with #CC0396
Text Example
Text Example
White with #CC0396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0396; }
p { color: rgb(204,3,150); }
H1.HeaderClassName
{
color: #CC0396;
}
.AnyTagClassName
{
color: #CC0396;
}
</style>
background-color css
<style>
a { background-color: #CC0396; }
a { background-color: rgb(204,3,150); }
div.DivClassName
{
background-color: #CC0396;
}
.BgClassName
{
background-color: #CC0396;
}
</style>
border-color css
<style>
span { border-color: #CC0396; }
span { border-color: rgb(204,3,150); }
td.TdClassName
{
border-color: #CC0396;
}
.TagClassName
{
border-color: #CC0396;
}
</style>