Shades of Medium Violet Red #CD197B
Tints of Medium Violet Red #CD197B
RGB
CMYK
RGB Variations
Color information
#CD197B (or 0xCD197B) is known color: Medium Violet Red. HEX triplet: CD, 19 and 7B. RGB value is (205,25,123). Sum of RGB (Red+Green+Blue) = 205+25+123=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD197B is #32E684. Grayscale: #595959. Windows color (decimal): -3335813 or 8067533. OLE color: 8067533.
HSL color Cylindrical-coordinate representation of color #CD197B: hue angle of 327.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD197B is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 123 | - |
| CMYK | 0 | 0.88 | 0.4 | 0.20 |
| HSL | 327.33º | 0.78% | 0.45% | - |
| HSV(B) | 327.33º | 0.88% | 0.8% | - |
| XYZ | 29.1 | 15.1 | 20.12 | - |
| YUV | 89.99 | 146.63 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 123 | 0 | 0.88 | 0.4 | 0.20 | 327.33 | 0.78 | 0.45 |
| Hex | CD | 19 | 7B | 0 | 58 | 28 | 14 | 147 | 4E | 2D |
| Octal | 315 | 31 | 173 | 0 | 130 | 50 | 24 | 507 | 116 | 55 |
| Binary | 11001101 | 11001 | 1111011 | 0 | 1011000 | 101000 | 10100 | 101000111 | 1001110 | 101101 |
Color Harmonies of #CD197B
Complementary color
Monochromatic Colors of #CD197B
Black with #CD197B
Text Example
Text Example
White with #CD197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD197B; }
p { color: rgb(205,25,123); }
H1.HeaderClassName
{
color: #CD197B;
}
.AnyTagClassName
{
color: #CD197B;
}
</style>
background-color css
<style>
a { background-color: #CD197B; }
a { background-color: rgb(205,25,123); }
div.DivClassName
{
background-color: #CD197B;
}
.BgClassName
{
background-color: #CD197B;
}
</style>
border-color css
<style>
span { border-color: #CD197B; }
span { border-color: rgb(205,25,123); }
td.TdClassName
{
border-color: #CD197B;
}
.TagClassName
{
border-color: #CD197B;
}
</style>