Shades of Medium Violet Red #CC0599
Tints of Medium Violet Red #CC0599
RGB
CMYK
RGB Variations
Color information
#CC0599 (or 0xCC0599) is known color: Medium Violet Red. HEX triplet: CC, 05 and 99. RGB value is (204,5,153). Sum of RGB (Red+Green+Blue) = 204+5+153=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0599 is #33FA66. Grayscale: #505050. Windows color (decimal): -3406439 or 10028492. OLE color: 10028492.
HSL color Cylindrical-coordinate representation of color #CC0599: hue angle of 315.38º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0599 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.2 |
| HSL | 315.38º | 0.95% | 0.41% | - |
| HSV(B) | 315.38º | 0.98% | 0.8% | - |
| XYZ | 30.71 | 15.25 | 31.46 | - |
| YUV | 81.37 | 168.43 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 153 | 0 | 0.98 | 0.25 | 0.2 | 315.38 | 0.95 | 0.41 |
| Hex | CC | 5 | 99 | 0 | 62 | 19 | 14 | 13B | 5F | 29 |
| Octal | 314 | 5 | 231 | 0 | 142 | 31 | 24 | 473 | 137 | 51 |
| Binary | 11001100 | 101 | 10011001 | 0 | 1100010 | 11001 | 10100 | 100111011 | 1011111 | 101001 |
Color Harmonies of #CC0599
Complementary color
Monochromatic Colors of #CC0599
Black with #CC0599
Text Example
Text Example
White with #CC0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0599; }
p { color: rgb(204,5,153); }
H1.HeaderClassName
{
color: #CC0599;
}
.AnyTagClassName
{
color: #CC0599;
}
</style>
background-color css
<style>
a { background-color: #CC0599; }
a { background-color: rgb(204,5,153); }
div.DivClassName
{
background-color: #CC0599;
}
.BgClassName
{
background-color: #CC0599;
}
</style>
border-color css
<style>
span { border-color: #CC0599; }
span { border-color: rgb(204,5,153); }
td.TdClassName
{
border-color: #CC0599;
}
.TagClassName
{
border-color: #CC0599;
}
</style>