Shades of Medium Violet Red #CB217C
Tints of Medium Violet Red #CB217C
RGB
CMYK
RGB Variations
Color information
#CB217C (or 0xCB217C) is known color: Medium Violet Red. HEX triplet: CB, 21 and 7C. RGB value is (203,33,124). Sum of RGB (Red+Green+Blue) = 203+33+124=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB217C is #34DE83. Grayscale: #5E5E5E. Windows color (decimal): -3464836 or 8135115. OLE color: 8135115.
HSL color Cylindrical-coordinate representation of color #CB217C: hue angle of 327.88º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB217C is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 124 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.20 |
| HSL | 327.88º | 0.72% | 0.46% | - |
| HSV(B) | 327.88º | 0.84% | 0.8% | - |
| XYZ | 28.81 | 15.24 | 20.49 | - |
| YUV | 94.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 124 | 0 | 0.84 | 0.39 | 0.20 | 327.88 | 0.72 | 0.46 |
| Hex | CB | 21 | 7C | 0 | 54 | 27 | 14 | 148 | 48 | 2E |
| Octal | 313 | 41 | 174 | 0 | 124 | 47 | 24 | 510 | 110 | 56 |
| Binary | 11001011 | 100001 | 1111100 | 0 | 1010100 | 100111 | 10100 | 101001000 | 1001000 | 101110 |
Color Harmonies of #CB217C
Complementary color
Monochromatic Colors of #CB217C
Black with #CB217C
Text Example
Text Example
White with #CB217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB217C; }
p { color: rgb(203,33,124); }
H1.HeaderClassName
{
color: #CB217C;
}
.AnyTagClassName
{
color: #CB217C;
}
</style>
background-color css
<style>
a { background-color: #CB217C; }
a { background-color: rgb(203,33,124); }
div.DivClassName
{
background-color: #CB217C;
}
.BgClassName
{
background-color: #CB217C;
}
</style>
border-color css
<style>
span { border-color: #CB217C; }
span { border-color: rgb(203,33,124); }
td.TdClassName
{
border-color: #CB217C;
}
.TagClassName
{
border-color: #CB217C;
}
</style>