Shades of Medium Red Violet #CC349E
Tints of Medium Red Violet #CC349E
RGB
CMYK
RGB Variations
Color information
#CC349E (or 0xCC349E) is known color: Medium Red Violet. HEX triplet: CC, 34 and 9E. RGB value is (204,52,158). Sum of RGB (Red+Green+Blue) = 204+52+158=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC349E is #33CB61. Grayscale: #6D6D6D. Windows color (decimal): -3394402 or 10368204. OLE color: 10368204.
HSL color Cylindrical-coordinate representation of color #CC349E: hue angle of 318.16º 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 #CC349E is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 158 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.2 |
| HSL | 318.16º | 0.6% | 0.5% | - |
| HSV(B) | 318.16º | 0.75% | 0.8% | - |
| XYZ | 32.3 | 17.76 | 34.07 | - |
| YUV | 109.53 | 155.36 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 158 | 0 | 0.75 | 0.23 | 0.2 | 318.16 | 0.6 | 0.5 |
| Hex | CC | 34 | 9E | 0 | 4B | 17 | 14 | 13E | 3C | 32 |
| Octal | 314 | 64 | 236 | 0 | 113 | 27 | 24 | 476 | 74 | 62 |
| Binary | 11001100 | 110100 | 10011110 | 0 | 1001011 | 10111 | 10100 | 100111110 | 111100 | 110010 |
Color Harmonies of #CC349E
Complementary color
Monochromatic Colors of #CC349E
Black with #CC349E
Text Example
Text Example
White with #CC349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC349E; }
p { color: rgb(204,52,158); }
H1.HeaderClassName
{
color: #CC349E;
}
.AnyTagClassName
{
color: #CC349E;
}
</style>
background-color css
<style>
a { background-color: #CC349E; }
a { background-color: rgb(204,52,158); }
div.DivClassName
{
background-color: #CC349E;
}
.BgClassName
{
background-color: #CC349E;
}
</style>
border-color css
<style>
span { border-color: #CC349E; }
span { border-color: rgb(204,52,158); }
td.TdClassName
{
border-color: #CC349E;
}
.TagClassName
{
border-color: #CC349E;
}
</style>