Shades of Medium Violet Red #CD229C
Tints of Medium Violet Red #CD229C
RGB
CMYK
RGB Variations
Color information
#CD229C (or 0xCD229C) is known color: Medium Violet Red. HEX triplet: CD, 22 and 9C. RGB value is (205,34,156). Sum of RGB (Red+Green+Blue) = 205+34+156=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD229C is #32DD63. Grayscale: #626262. Windows color (decimal): -3333476 or 10232525. OLE color: 10232525.
HSL color Cylindrical-coordinate representation of color #CD229C: hue angle of 317.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD229C is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 156 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.20 |
| HSL | 317.19º | 0.72% | 0.47% | - |
| HSV(B) | 317.19º | 0.83% | 0.8% | - |
| XYZ | 31.75 | 16.52 | 32.97 | - |
| YUV | 99.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 156 | 0 | 0.83 | 0.24 | 0.20 | 317.19 | 0.72 | 0.47 |
| Hex | CD | 22 | 9C | 0 | 53 | 18 | 14 | 13D | 48 | 2F |
| Octal | 315 | 42 | 234 | 0 | 123 | 30 | 24 | 475 | 110 | 57 |
| Binary | 11001101 | 100010 | 10011100 | 0 | 1010011 | 11000 | 10100 | 100111101 | 1001000 | 101111 |
Color Harmonies of #CD229C
Complementary color
Monochromatic Colors of #CD229C
Black with #CD229C
Text Example
Text Example
White with #CD229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD229C; }
p { color: rgb(205,34,156); }
H1.HeaderClassName
{
color: #CD229C;
}
.AnyTagClassName
{
color: #CD229C;
}
</style>
background-color css
<style>
a { background-color: #CD229C; }
a { background-color: rgb(205,34,156); }
div.DivClassName
{
background-color: #CD229C;
}
.BgClassName
{
background-color: #CD229C;
}
</style>
border-color css
<style>
span { border-color: #CD229C; }
span { border-color: rgb(205,34,156); }
td.TdClassName
{
border-color: #CD229C;
}
.TagClassName
{
border-color: #CD229C;
}
</style>