Shades of Medium Violet Red #CD007B
Tints of Medium Violet Red #CD007B
RGB
CMYK
RGB Variations
Color information
#CD007B (or 0xCD007B) is known color: Medium Violet Red. HEX triplet: CD, 00 and 7B. RGB value is (205,0,123). Sum of RGB (Red+Green+Blue) = 205+0+123=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD007B is #32FF84. Grayscale: #4B4B4B. Windows color (decimal): -3342213 or 8061133. OLE color: 8061133.
HSL color Cylindrical-coordinate representation of color #CD007B: hue angle of 324º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD007B is Cyan = 0, Magento = 1, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.4 | 0.20 |
| HSL | 324º | 1% | 0.4% | - |
| HSV(B) | 324º | 1% | 0.8% | - |
| XYZ | 28.75 | 14.41 | 20 | - |
| YUV | 75.32 | 154.92 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 123 | 0 | 1 | 0.4 | 0.20 | 324 | 1 | 0.4 |
| Hex | CD | 0 | 7B | 0 | 64 | 28 | 14 | 144 | 64 | 28 |
| Octal | 315 | 0 | 173 | 0 | 144 | 50 | 24 | 504 | 144 | 50 |
| Binary | 11001101 | 0 | 1111011 | 0 | 1100100 | 101000 | 10100 | 101000100 | 1100100 | 101000 |
Color Harmonies of #CD007B
Complementary color
Monochromatic Colors of #CD007B
Black with #CD007B
Text Example
Text Example
White with #CD007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD007B; }
p { color: rgb(205,0,123); }
H1.HeaderClassName
{
color: #CD007B;
}
.AnyTagClassName
{
color: #CD007B;
}
</style>
background-color css
<style>
a { background-color: #CD007B; }
a { background-color: rgb(205,0,123); }
div.DivClassName
{
background-color: #CD007B;
}
.BgClassName
{
background-color: #CD007B;
}
</style>
border-color css
<style>
span { border-color: #CD007B; }
span { border-color: rgb(205,0,123); }
td.TdClassName
{
border-color: #CD007B;
}
.TagClassName
{
border-color: #CD007B;
}
</style>