Shades of Medium Violet Red #CC0390
Tints of Medium Violet Red #CC0390
RGB
CMYK
RGB Variations
Color information
#CC0390 (or 0xCC0390) is known color: Medium Violet Red. HEX triplet: CC, 03 and 90. RGB value is (204,3,144). Sum of RGB (Red+Green+Blue) = 204+3+144=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0390 is #33FC6F. Grayscale: #4E4E4E. Windows color (decimal): -3406960 or 9438156. OLE color: 9438156.
HSL color Cylindrical-coordinate representation of color #CC0390: hue angle of 317.91º 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 #CC0390 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.2 |
| HSL | 317.91º | 0.97% | 0.41% | - |
| HSV(B) | 317.91º | 0.99% | 0.8% | - |
| XYZ | 29.97 | 14.92 | 27.69 | - |
| YUV | 79.17 | 164.59 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 144 | 0 | 0.99 | 0.29 | 0.2 | 317.91 | 0.97 | 0.41 |
| Hex | CC | 3 | 90 | 0 | 63 | 1D | 14 | 13E | 61 | 29 |
| Octal | 314 | 3 | 220 | 0 | 143 | 35 | 24 | 476 | 141 | 51 |
| Binary | 11001100 | 11 | 10010000 | 0 | 1100011 | 11101 | 10100 | 100111110 | 1100001 | 101001 |
Color Harmonies of #CC0390
Complementary color
Monochromatic Colors of #CC0390
Black with #CC0390
Text Example
Text Example
White with #CC0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0390; }
p { color: rgb(204,3,144); }
H1.HeaderClassName
{
color: #CC0390;
}
.AnyTagClassName
{
color: #CC0390;
}
</style>
background-color css
<style>
a { background-color: #CC0390; }
a { background-color: rgb(204,3,144); }
div.DivClassName
{
background-color: #CC0390;
}
.BgClassName
{
background-color: #CC0390;
}
</style>
border-color css
<style>
span { border-color: #CC0390; }
span { border-color: rgb(204,3,144); }
td.TdClassName
{
border-color: #CC0390;
}
.TagClassName
{
border-color: #CC0390;
}
</style>