Shades of Medium Red Violet #CC359F
Tints of Medium Red Violet #CC359F
RGB
CMYK
RGB Variations
Color information
#CC359F (or 0xCC359F) is known color: Medium Red Violet. HEX triplet: CC, 35 and 9F. RGB value is (204,53,159). Sum of RGB (Red+Green+Blue) = 204+53+159=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC359F is #33CA60. Grayscale: #6D6D6D. Windows color (decimal): -3394145 or 10433996. OLE color: 10433996.
HSL color Cylindrical-coordinate representation of color #CC359F: hue angle of 317.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC359F is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 159 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.2 |
| HSL | 317.88º | 0.6% | 0.5% | - |
| HSV(B) | 317.88º | 0.74% | 0.8% | - |
| XYZ | 32.43 | 17.89 | 34.54 | - |
| YUV | 110.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 159 | 0 | 0.74 | 0.22 | 0.2 | 317.88 | 0.6 | 0.5 |
| Hex | CC | 35 | 9F | 0 | 4A | 16 | 14 | 13E | 3C | 32 |
| Octal | 314 | 65 | 237 | 0 | 112 | 26 | 24 | 476 | 74 | 62 |
| Binary | 11001100 | 110101 | 10011111 | 0 | 1001010 | 10110 | 10100 | 100111110 | 111100 | 110010 |
Color Harmonies of #CC359F
Complementary color
Monochromatic Colors of #CC359F
Black with #CC359F
Text Example
Text Example
White with #CC359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC359F; }
p { color: rgb(204,53,159); }
H1.HeaderClassName
{
color: #CC359F;
}
.AnyTagClassName
{
color: #CC359F;
}
</style>
background-color css
<style>
a { background-color: #CC359F; }
a { background-color: rgb(204,53,159); }
div.DivClassName
{
background-color: #CC359F;
}
.BgClassName
{
background-color: #CC359F;
}
</style>
border-color css
<style>
span { border-color: #CC359F; }
span { border-color: rgb(204,53,159); }
td.TdClassName
{
border-color: #CC359F;
}
.TagClassName
{
border-color: #CC359F;
}
</style>