Shades of Medium Violet Red #CD017B
Tints of Medium Violet Red #CD017B
RGB
CMYK
RGB Variations
Color information
#CD017B (or 0xCD017B) is known color: Medium Violet Red. HEX triplet: CD, 01 and 7B. RGB value is (205,1,123). Sum of RGB (Red+Green+Blue) = 205+1+123=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD017B is #32FE84. Grayscale: #4B4B4B. Windows color (decimal): -3341957 or 8061389. OLE color: 8061389.
HSL color Cylindrical-coordinate representation of color #CD017B: hue angle of 324.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD017B is Cyan = 0, Magento = 1.00, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.4 | 0.20 |
| HSL | 324.12º | 0.99% | 0.4% | - |
| HSV(B) | 324.12º | 1% | 0.8% | - |
| XYZ | 28.76 | 14.43 | 20.01 | - |
| YUV | 75.9 | 154.59 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 123 | 0 | 1.00 | 0.4 | 0.20 | 324.12 | 0.99 | 0.4 |
| Hex | CD | 1 | 7B | 0 | 64 | 28 | 14 | 144 | 63 | 28 |
| Octal | 315 | 1 | 173 | 0 | 144 | 50 | 24 | 504 | 143 | 50 |
| Binary | 11001101 | 1 | 1111011 | 0 | 1100100 | 101000 | 10100 | 101000100 | 1100011 | 101000 |
Color Harmonies of #CD017B
Complementary color
Monochromatic Colors of #CD017B
Black with #CD017B
Text Example
Text Example
White with #CD017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD017B; }
p { color: rgb(205,1,123); }
H1.HeaderClassName
{
color: #CD017B;
}
.AnyTagClassName
{
color: #CD017B;
}
</style>
background-color css
<style>
a { background-color: #CD017B; }
a { background-color: rgb(205,1,123); }
div.DivClassName
{
background-color: #CD017B;
}
.BgClassName
{
background-color: #CD017B;
}
</style>
border-color css
<style>
span { border-color: #CD017B; }
span { border-color: rgb(205,1,123); }
td.TdClassName
{
border-color: #CD017B;
}
.TagClassName
{
border-color: #CD017B;
}
</style>