Shades of Medium Violet Red #CD0384
Tints of Medium Violet Red #CD0384
RGB
CMYK
RGB Variations
Color information
#CD0384 (or 0xCD0384) is known color: Medium Violet Red. HEX triplet: CD, 03 and 84. RGB value is (205,3,132). Sum of RGB (Red+Green+Blue) = 205+3+132=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0384 is #32FC7B. Grayscale: #4D4D4D. Windows color (decimal): -3341436 or 8651725. OLE color: 8651725.
HSL color Cylindrical-coordinate representation of color #CD0384: hue angle of 321.68º degrees, saturation: 0.97, 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 #CD0384 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.20 |
| HSL | 321.68º | 0.97% | 0.41% | - |
| HSV(B) | 321.68º | 0.99% | 0.8% | - |
| XYZ | 29.37 | 14.71 | 23.12 | - |
| YUV | 78.1 | 158.42 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 132 | 0 | 0.99 | 0.36 | 0.20 | 321.68 | 0.97 | 0.41 |
| Hex | CD | 3 | 84 | 0 | 63 | 24 | 14 | 142 | 61 | 29 |
| Octal | 315 | 3 | 204 | 0 | 143 | 44 | 24 | 502 | 141 | 51 |
| Binary | 11001101 | 11 | 10000100 | 0 | 1100011 | 100100 | 10100 | 101000010 | 1100001 | 101001 |
Color Harmonies of #CD0384
Complementary color
Monochromatic Colors of #CD0384
Black with #CD0384
Text Example
Text Example
White with #CD0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0384; }
p { color: rgb(205,3,132); }
H1.HeaderClassName
{
color: #CD0384;
}
.AnyTagClassName
{
color: #CD0384;
}
</style>
background-color css
<style>
a { background-color: #CD0384; }
a { background-color: rgb(205,3,132); }
div.DivClassName
{
background-color: #CD0384;
}
.BgClassName
{
background-color: #CD0384;
}
</style>
border-color css
<style>
span { border-color: #CD0384; }
span { border-color: rgb(205,3,132); }
td.TdClassName
{
border-color: #CD0384;
}
.TagClassName
{
border-color: #CD0384;
}
</style>