Shades of Medium Red Violet #CC349D
Tints of Medium Red Violet #CC349D
RGB
CMYK
RGB Variations
Color information
#CC349D (or 0xCC349D) is known color: Medium Red Violet. HEX triplet: CC, 34 and 9D. RGB value is (204,52,157). Sum of RGB (Red+Green+Blue) = 204+52+157=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC349D is #33CB62. Grayscale: #6D6D6D. Windows color (decimal): -3394403 or 10302668. OLE color: 10302668.
HSL color Cylindrical-coordinate representation of color #CC349D: hue angle of 318.55º 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 #CC349D is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 157 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.2 |
| HSL | 318.55º | 0.6% | 0.5% | - |
| HSV(B) | 318.55º | 0.75% | 0.8% | - |
| XYZ | 32.22 | 17.73 | 33.62 | - |
| YUV | 109.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 157 | 0 | 0.75 | 0.23 | 0.2 | 318.55 | 0.6 | 0.5 |
| Hex | CC | 34 | 9D | 0 | 4B | 17 | 14 | 13F | 3C | 32 |
| Octal | 314 | 64 | 235 | 0 | 113 | 27 | 24 | 477 | 74 | 62 |
| Binary | 11001100 | 110100 | 10011101 | 0 | 1001011 | 10111 | 10100 | 100111111 | 111100 | 110010 |
Color Harmonies of #CC349D
Complementary color
Monochromatic Colors of #CC349D
Black with #CC349D
Text Example
Text Example
White with #CC349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC349D; }
p { color: rgb(204,52,157); }
H1.HeaderClassName
{
color: #CC349D;
}
.AnyTagClassName
{
color: #CC349D;
}
</style>
background-color css
<style>
a { background-color: #CC349D; }
a { background-color: rgb(204,52,157); }
div.DivClassName
{
background-color: #CC349D;
}
.BgClassName
{
background-color: #CC349D;
}
</style>
border-color css
<style>
span { border-color: #CC349D; }
span { border-color: rgb(204,52,157); }
td.TdClassName
{
border-color: #CC349D;
}
.TagClassName
{
border-color: #CC349D;
}
</style>