Shades of Medium Violet Red #CD1F7B
Tints of Medium Violet Red #CD1F7B
RGB
CMYK
RGB Variations
Color information
#CD1F7B (or 0xCD1F7B) is known color: Medium Violet Red. HEX triplet: CD, 1F and 7B. RGB value is (205,31,123). Sum of RGB (Red+Green+Blue) = 205+31+123=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1F7B is #32E084. Grayscale: #5D5D5D. Windows color (decimal): -3334277 or 8069069. OLE color: 8069069.
HSL color Cylindrical-coordinate representation of color #CD1F7B: hue angle of 328.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1F7B is Cyan = 0, Magento = 0.85, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 31 | 123 | - |
| CMYK | 0 | 0.85 | 0.4 | 0.20 |
| HSL | 328.28º | 0.74% | 0.46% | - |
| HSV(B) | 328.28º | 0.85% | 0.8% | - |
| XYZ | 29.24 | 15.39 | 20.17 | - |
| YUV | 93.51 | 144.65 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 123 | 0 | 0.85 | 0.4 | 0.20 | 328.28 | 0.74 | 0.46 |
| Hex | CD | 1F | 7B | 0 | 55 | 28 | 14 | 148 | 4A | 2E |
| Octal | 315 | 37 | 173 | 0 | 125 | 50 | 24 | 510 | 112 | 56 |
| Binary | 11001101 | 11111 | 1111011 | 0 | 1010101 | 101000 | 10100 | 101001000 | 1001010 | 101110 |
Color Harmonies of #CD1F7B
Complementary color
Monochromatic Colors of #CD1F7B
Black with #CD1F7B
Text Example
Text Example
White with #CD1F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1F7B; }
p { color: rgb(205,31,123); }
H1.HeaderClassName
{
color: #CD1F7B;
}
.AnyTagClassName
{
color: #CD1F7B;
}
</style>
background-color css
<style>
a { background-color: #CD1F7B; }
a { background-color: rgb(205,31,123); }
div.DivClassName
{
background-color: #CD1F7B;
}
.BgClassName
{
background-color: #CD1F7B;
}
</style>
border-color css
<style>
span { border-color: #CD1F7B; }
span { border-color: rgb(205,31,123); }
td.TdClassName
{
border-color: #CD1F7B;
}
.TagClassName
{
border-color: #CD1F7B;
}
</style>