Shades of Medium Violet Red #CB217D
Tints of Medium Violet Red #CB217D
RGB
CMYK
RGB Variations
Color information
#CB217D (or 0xCB217D) is known color: Medium Violet Red. HEX triplet: CB, 21 and 7D. RGB value is (203,33,125). Sum of RGB (Red+Green+Blue) = 203+33+125=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB217D is #34DE82. Grayscale: #5E5E5E. Windows color (decimal): -3464835 or 8200651. OLE color: 8200651.
HSL color Cylindrical-coordinate representation of color #CB217D: hue angle of 327.53º 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 #CB217D is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 125 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.20 |
| HSL | 327.53º | 0.72% | 0.46% | - |
| HSV(B) | 327.53º | 0.84% | 0.8% | - |
| XYZ | 28.87 | 15.26 | 20.83 | - |
| YUV | 94.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 125 | 0 | 0.84 | 0.38 | 0.20 | 327.53 | 0.72 | 0.46 |
| Hex | CB | 21 | 7D | 0 | 54 | 26 | 14 | 148 | 48 | 2E |
| Octal | 313 | 41 | 175 | 0 | 124 | 46 | 24 | 510 | 110 | 56 |
| Binary | 11001011 | 100001 | 1111101 | 0 | 1010100 | 100110 | 10100 | 101001000 | 1001000 | 101110 |
Color Harmonies of #CB217D
Complementary color
Monochromatic Colors of #CB217D
Black with #CB217D
Text Example
Text Example
White with #CB217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB217D; }
p { color: rgb(203,33,125); }
H1.HeaderClassName
{
color: #CB217D;
}
.AnyTagClassName
{
color: #CB217D;
}
</style>
background-color css
<style>
a { background-color: #CB217D; }
a { background-color: rgb(203,33,125); }
div.DivClassName
{
background-color: #CB217D;
}
.BgClassName
{
background-color: #CB217D;
}
</style>
border-color css
<style>
span { border-color: #CB217D; }
span { border-color: rgb(203,33,125); }
td.TdClassName
{
border-color: #CB217D;
}
.TagClassName
{
border-color: #CB217D;
}
</style>