Shades of Medium Violet Red #CD0397
Tints of Medium Violet Red #CD0397
RGB
CMYK
RGB Variations
Color information
#CD0397 (or 0xCD0397) is known color: Medium Violet Red. HEX triplet: CD, 03 and 97. RGB value is (205,3,151). Sum of RGB (Red+Green+Blue) = 205+3+151=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0397 is #32FC68. Grayscale: #4F4F4F. Windows color (decimal): -3341417 or 9896909. OLE color: 9896909.
HSL color Cylindrical-coordinate representation of color #CD0397: hue angle of 316.04º 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 #CD0397 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 151 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.20 |
| HSL | 316.04º | 0.97% | 0.41% | - |
| HSV(B) | 316.04º | 0.99% | 0.8% | - |
| XYZ | 30.8 | 15.28 | 30.6 | - |
| YUV | 80.27 | 167.92 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 151 | 0 | 0.99 | 0.26 | 0.20 | 316.04 | 0.97 | 0.41 |
| Hex | CD | 3 | 97 | 0 | 63 | 1A | 14 | 13C | 61 | 29 |
| Octal | 315 | 3 | 227 | 0 | 143 | 32 | 24 | 474 | 141 | 51 |
| Binary | 11001101 | 11 | 10010111 | 0 | 1100011 | 11010 | 10100 | 100111100 | 1100001 | 101001 |
Color Harmonies of #CD0397
Complementary color
Monochromatic Colors of #CD0397
Black with #CD0397
Text Example
Text Example
White with #CD0397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0397; }
p { color: rgb(205,3,151); }
H1.HeaderClassName
{
color: #CD0397;
}
.AnyTagClassName
{
color: #CD0397;
}
</style>
background-color css
<style>
a { background-color: #CD0397; }
a { background-color: rgb(205,3,151); }
div.DivClassName
{
background-color: #CD0397;
}
.BgClassName
{
background-color: #CD0397;
}
</style>
border-color css
<style>
span { border-color: #CD0397; }
span { border-color: rgb(205,3,151); }
td.TdClassName
{
border-color: #CD0397;
}
.TagClassName
{
border-color: #CD0397;
}
</style>