Shades of Medium Violet Red #CD1683
Tints of Medium Violet Red #CD1683
RGB
CMYK
RGB Variations
Color information
#CD1683 (or 0xCD1683) is known color: Medium Violet Red. HEX triplet: CD, 16 and 83. RGB value is (205,22,131). Sum of RGB (Red+Green+Blue) = 205+22+131=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1683 is #32E97C. Grayscale: #585858. Windows color (decimal): -3336573 or 8591053. OLE color: 8591053.
HSL color Cylindrical-coordinate representation of color #CD1683: hue angle of 324.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1683 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 22 | 131 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.20 |
| HSL | 324.26º | 0.81% | 0.45% | - |
| HSV(B) | 324.26º | 0.89% | 0.8% | - |
| XYZ | 29.56 | 15.19 | 22.85 | - |
| YUV | 89.14 | 151.63 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 131 | 0 | 0.89 | 0.36 | 0.20 | 324.26 | 0.81 | 0.45 |
| Hex | CD | 16 | 83 | 0 | 59 | 24 | 14 | 144 | 51 | 2D |
| Octal | 315 | 26 | 203 | 0 | 131 | 44 | 24 | 504 | 121 | 55 |
| Binary | 11001101 | 10110 | 10000011 | 0 | 1011001 | 100100 | 10100 | 101000100 | 1010001 | 101101 |
Color Harmonies of #CD1683
Complementary color
Monochromatic Colors of #CD1683
Black with #CD1683
Text Example
Text Example
White with #CD1683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1683; }
p { color: rgb(205,22,131); }
H1.HeaderClassName
{
color: #CD1683;
}
.AnyTagClassName
{
color: #CD1683;
}
</style>
background-color css
<style>
a { background-color: #CD1683; }
a { background-color: rgb(205,22,131); }
div.DivClassName
{
background-color: #CD1683;
}
.BgClassName
{
background-color: #CD1683;
}
</style>
border-color css
<style>
span { border-color: #CD1683; }
span { border-color: rgb(205,22,131); }
td.TdClassName
{
border-color: #CD1683;
}
.TagClassName
{
border-color: #CD1683;
}
</style>