Shades of Medium Red Violet #CC339E
Tints of Medium Red Violet #CC339E
RGB
CMYK
RGB Variations
Color information
#CC339E (or 0xCC339E) is known color: Medium Red Violet. HEX triplet: CC, 33 and 9E. RGB value is (204,51,158). Sum of RGB (Red+Green+Blue) = 204+51+158=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC339E is #33CC61. Grayscale: #6C6C6C. Windows color (decimal): -3394658 or 10367948. OLE color: 10367948.
HSL color Cylindrical-coordinate representation of color #CC339E: hue angle of 318.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC339E is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 158 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.2 |
| HSL | 318.04º | 0.6% | 0.5% | - |
| HSV(B) | 318.04º | 0.75% | 0.8% | - |
| XYZ | 32.26 | 17.67 | 34.06 | - |
| YUV | 108.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 158 | 0 | 0.75 | 0.23 | 0.2 | 318.04 | 0.6 | 0.5 |
| Hex | CC | 33 | 9E | 0 | 4B | 17 | 14 | 13E | 3C | 32 |
| Octal | 314 | 63 | 236 | 0 | 113 | 27 | 24 | 476 | 74 | 62 |
| Binary | 11001100 | 110011 | 10011110 | 0 | 1001011 | 10111 | 10100 | 100111110 | 111100 | 110010 |
Color Harmonies of #CC339E
Complementary color
Monochromatic Colors of #CC339E
Black with #CC339E
Text Example
Text Example
White with #CC339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC339E; }
p { color: rgb(204,51,158); }
H1.HeaderClassName
{
color: #CC339E;
}
.AnyTagClassName
{
color: #CC339E;
}
</style>
background-color css
<style>
a { background-color: #CC339E; }
a { background-color: rgb(204,51,158); }
div.DivClassName
{
background-color: #CC339E;
}
.BgClassName
{
background-color: #CC339E;
}
</style>
border-color css
<style>
span { border-color: #CC339E; }
span { border-color: rgb(204,51,158); }
td.TdClassName
{
border-color: #CC339E;
}
.TagClassName
{
border-color: #CC339E;
}
</style>