Shades of Medium Violet Red #CD027D
Tints of Medium Violet Red #CD027D
RGB
CMYK
RGB Variations
Color information
#CD027D (or 0xCD027D) is known color: Medium Violet Red. HEX triplet: CD, 02 and 7D. RGB value is (205,2,125). Sum of RGB (Red+Green+Blue) = 205+2+125=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD027D is #32FD82. Grayscale: #4C4C4C. Windows color (decimal): -3341699 or 8192717. OLE color: 8192717.
HSL color Cylindrical-coordinate representation of color #CD027D: hue angle of 323.65º 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 #CD027D is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.20 |
| HSL | 323.65º | 0.98% | 0.41% | - |
| HSV(B) | 323.65º | 0.99% | 0.8% | - |
| XYZ | 28.9 | 14.5 | 20.68 | - |
| YUV | 76.72 | 155.25 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 125 | 0 | 0.99 | 0.39 | 0.20 | 323.65 | 0.98 | 0.41 |
| Hex | CD | 2 | 7D | 0 | 63 | 27 | 14 | 144 | 62 | 29 |
| Octal | 315 | 2 | 175 | 0 | 143 | 47 | 24 | 504 | 142 | 51 |
| Binary | 11001101 | 10 | 1111101 | 0 | 1100011 | 100111 | 10100 | 101000100 | 1100010 | 101001 |
Color Harmonies of #CD027D
Complementary color
Monochromatic Colors of #CD027D
Black with #CD027D
Text Example
Text Example
White with #CD027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD027D; }
p { color: rgb(205,2,125); }
H1.HeaderClassName
{
color: #CD027D;
}
.AnyTagClassName
{
color: #CD027D;
}
</style>
background-color css
<style>
a { background-color: #CD027D; }
a { background-color: rgb(205,2,125); }
div.DivClassName
{
background-color: #CD027D;
}
.BgClassName
{
background-color: #CD027D;
}
</style>
border-color css
<style>
span { border-color: #CD027D; }
span { border-color: rgb(205,2,125); }
td.TdClassName
{
border-color: #CD027D;
}
.TagClassName
{
border-color: #CD027D;
}
</style>