Shades of Medium Violet Red #CD0B7D
Tints of Medium Violet Red #CD0B7D
RGB
CMYK
RGB Variations
Color information
#CD0B7D (or 0xCD0B7D) is known color: Medium Violet Red. HEX triplet: CD, 0B and 7D. RGB value is (205,11,125). Sum of RGB (Red+Green+Blue) = 205+11+125=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B7D is #32F482. Grayscale: #515151. Windows color (decimal): -3339395 or 8195021. OLE color: 8195021.
HSL color Cylindrical-coordinate representation of color #CD0B7D: hue angle of 324.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0B7D is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 125 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.20 |
| HSL | 324.74º | 0.9% | 0.42% | - |
| HSV(B) | 324.74º | 0.95% | 0.8% | - |
| XYZ | 29 | 14.7 | 20.71 | - |
| YUV | 82 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 125 | 0 | 0.95 | 0.39 | 0.20 | 324.74 | 0.9 | 0.42 |
| Hex | CD | B | 7D | 0 | 5F | 27 | 14 | 145 | 5A | 2A |
| Octal | 315 | 13 | 175 | 0 | 137 | 47 | 24 | 505 | 132 | 52 |
| Binary | 11001101 | 1011 | 1111101 | 0 | 1011111 | 100111 | 10100 | 101000101 | 1011010 | 101010 |
Color Harmonies of #CD0B7D
Complementary color
Monochromatic Colors of #CD0B7D
Black with #CD0B7D
Text Example
Text Example
White with #CD0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B7D; }
p { color: rgb(205,11,125); }
H1.HeaderClassName
{
color: #CD0B7D;
}
.AnyTagClassName
{
color: #CD0B7D;
}
</style>
background-color css
<style>
a { background-color: #CD0B7D; }
a { background-color: rgb(205,11,125); }
div.DivClassName
{
background-color: #CD0B7D;
}
.BgClassName
{
background-color: #CD0B7D;
}
</style>
border-color css
<style>
span { border-color: #CD0B7D; }
span { border-color: rgb(205,11,125); }
td.TdClassName
{
border-color: #CD0B7D;
}
.TagClassName
{
border-color: #CD0B7D;
}
</style>