Shades of Medium Violet Red #CD027C
Tints of Medium Violet Red #CD027C
RGB
CMYK
RGB Variations
Color information
#CD027C (or 0xCD027C) is known color: Medium Violet Red. HEX triplet: CD, 02 and 7C. RGB value is (205,2,124). Sum of RGB (Red+Green+Blue) = 205+2+124=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD027C is #32FD83. Grayscale: #4C4C4C. Windows color (decimal): -3341700 or 8127181. OLE color: 8127181.
HSL color Cylindrical-coordinate representation of color #CD027C: hue angle of 323.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD027C is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.20 |
| HSL | 323.94º | 0.98% | 0.41% | - |
| HSV(B) | 323.94º | 0.99% | 0.8% | - |
| XYZ | 28.84 | 14.48 | 20.34 | - |
| YUV | 76.61 | 154.75 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 124 | 0 | 0.99 | 0.40 | 0.20 | 323.94 | 0.98 | 0.41 |
| Hex | CD | 2 | 7C | 0 | 63 | 28 | 14 | 144 | 62 | 29 |
| Octal | 315 | 2 | 174 | 0 | 143 | 50 | 24 | 504 | 142 | 51 |
| Binary | 11001101 | 10 | 1111100 | 0 | 1100011 | 101000 | 10100 | 101000100 | 1100010 | 101001 |
Color Harmonies of #CD027C
Complementary color
Monochromatic Colors of #CD027C
Black with #CD027C
Text Example
Text Example
White with #CD027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD027C; }
p { color: rgb(205,2,124); }
H1.HeaderClassName
{
color: #CD027C;
}
.AnyTagClassName
{
color: #CD027C;
}
</style>
background-color css
<style>
a { background-color: #CD027C; }
a { background-color: rgb(205,2,124); }
div.DivClassName
{
background-color: #CD027C;
}
.BgClassName
{
background-color: #CD027C;
}
</style>
border-color css
<style>
span { border-color: #CD027C; }
span { border-color: rgb(205,2,124); }
td.TdClassName
{
border-color: #CD027C;
}
.TagClassName
{
border-color: #CD027C;
}
</style>