Shades of Medium Violet Red #CC2799
Tints of Medium Violet Red #CC2799
RGB
CMYK
RGB Variations
Color information
#CC2799 (or 0xCC2799) is known color: Medium Violet Red. HEX triplet: CC, 27 and 99. RGB value is (204,39,153). Sum of RGB (Red+Green+Blue) = 204+39+153=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2799 is #33D866. Grayscale: #656565. Windows color (decimal): -3397735 or 10037196. OLE color: 10037196.
HSL color Cylindrical-coordinate representation of color #CC2799: hue angle of 318.55º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2799 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 153 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.2 |
| HSL | 318.55º | 0.68% | 0.48% | - |
| HSV(B) | 318.55º | 0.81% | 0.8% | - |
| XYZ | 31.38 | 16.59 | 31.69 | - |
| YUV | 101.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 153 | 0 | 0.81 | 0.25 | 0.2 | 318.55 | 0.68 | 0.48 |
| Hex | CC | 27 | 99 | 0 | 51 | 19 | 14 | 13F | 44 | 30 |
| Octal | 314 | 47 | 231 | 0 | 121 | 31 | 24 | 477 | 104 | 60 |
| Binary | 11001100 | 100111 | 10011001 | 0 | 1010001 | 11001 | 10100 | 100111111 | 1000100 | 110000 |
Color Harmonies of #CC2799
Complementary color
Monochromatic Colors of #CC2799
Black with #CC2799
Text Example
Text Example
White with #CC2799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2799; }
p { color: rgb(204,39,153); }
H1.HeaderClassName
{
color: #CC2799;
}
.AnyTagClassName
{
color: #CC2799;
}
</style>
background-color css
<style>
a { background-color: #CC2799; }
a { background-color: rgb(204,39,153); }
div.DivClassName
{
background-color: #CC2799;
}
.BgClassName
{
background-color: #CC2799;
}
</style>
border-color css
<style>
span { border-color: #CC2799; }
span { border-color: rgb(204,39,153); }
td.TdClassName
{
border-color: #CC2799;
}
.TagClassName
{
border-color: #CC2799;
}
</style>