Shades of Medium Violet Red #CD227A
Tints of Medium Violet Red #CD227A
RGB
CMYK
RGB Variations
Color information
#CD227A (or 0xCD227A) is known color: Medium Violet Red. HEX triplet: CD, 22 and 7A. RGB value is (205,34,122). Sum of RGB (Red+Green+Blue) = 205+34+122=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD227A is #32DD85. Grayscale: #5E5E5E. Windows color (decimal): -3333510 or 8004301. OLE color: 8004301.
HSL color Cylindrical-coordinate representation of color #CD227A: hue angle of 329.12º 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 #CD227A is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 122 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.20 |
| HSL | 329.12º | 0.72% | 0.47% | - |
| HSV(B) | 329.12º | 0.83% | 0.8% | - |
| XYZ | 29.26 | 15.53 | 19.87 | - |
| YUV | 95.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 122 | 0 | 0.83 | 0.40 | 0.20 | 329.12 | 0.72 | 0.47 |
| Hex | CD | 22 | 7A | 0 | 53 | 28 | 14 | 149 | 48 | 2F |
| Octal | 315 | 42 | 172 | 0 | 123 | 50 | 24 | 511 | 110 | 57 |
| Binary | 11001101 | 100010 | 1111010 | 0 | 1010011 | 101000 | 10100 | 101001001 | 1001000 | 101111 |
Color Harmonies of #CD227A
Complementary color
Monochromatic Colors of #CD227A
Black with #CD227A
Text Example
Text Example
White with #CD227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD227A; }
p { color: rgb(205,34,122); }
H1.HeaderClassName
{
color: #CD227A;
}
.AnyTagClassName
{
color: #CD227A;
}
</style>
background-color css
<style>
a { background-color: #CD227A; }
a { background-color: rgb(205,34,122); }
div.DivClassName
{
background-color: #CD227A;
}
.BgClassName
{
background-color: #CD227A;
}
</style>
border-color css
<style>
span { border-color: #CD227A; }
span { border-color: rgb(205,34,122); }
td.TdClassName
{
border-color: #CD227A;
}
.TagClassName
{
border-color: #CD227A;
}
</style>