Shades of Medium Violet Red #CD2279
Tints of Medium Violet Red #CD2279
RGB
CMYK
RGB Variations
Color information
#CD2279 (or 0xCD2279) is known color: Medium Violet Red. HEX triplet: CD, 22 and 79. RGB value is (205,34,121). Sum of RGB (Red+Green+Blue) = 205+34+121=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2279 is #32DD86. Grayscale: #5E5E5E. Windows color (decimal): -3333511 or 7938765. OLE color: 7938765.
HSL color Cylindrical-coordinate representation of color #CD2279: hue angle of 329.47º 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 #CD2279 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 121 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.20 |
| HSL | 329.47º | 0.72% | 0.47% | - |
| HSV(B) | 329.47º | 0.83% | 0.8% | - |
| XYZ | 29.2 | 15.5 | 19.54 | - |
| YUV | 95.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 121 | 0 | 0.83 | 0.41 | 0.20 | 329.47 | 0.72 | 0.47 |
| Hex | CD | 22 | 79 | 0 | 53 | 29 | 14 | 149 | 48 | 2F |
| Octal | 315 | 42 | 171 | 0 | 123 | 51 | 24 | 511 | 110 | 57 |
| Binary | 11001101 | 100010 | 1111001 | 0 | 1010011 | 101001 | 10100 | 101001001 | 1001000 | 101111 |
Color Harmonies of #CD2279
Complementary color
Monochromatic Colors of #CD2279
Black with #CD2279
Text Example
Text Example
White with #CD2279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2279; }
p { color: rgb(205,34,121); }
H1.HeaderClassName
{
color: #CD2279;
}
.AnyTagClassName
{
color: #CD2279;
}
</style>
background-color css
<style>
a { background-color: #CD2279; }
a { background-color: rgb(205,34,121); }
div.DivClassName
{
background-color: #CD2279;
}
.BgClassName
{
background-color: #CD2279;
}
</style>
border-color css
<style>
span { border-color: #CD2279; }
span { border-color: rgb(205,34,121); }
td.TdClassName
{
border-color: #CD2279;
}
.TagClassName
{
border-color: #CD2279;
}
</style>