Shades of Medium Violet Red #CB227C
Tints of Medium Violet Red #CB227C
RGB
CMYK
RGB Variations
Color information
#CB227C (or 0xCB227C) is known color: Medium Violet Red. HEX triplet: CB, 22 and 7C. RGB value is (203,34,124). Sum of RGB (Red+Green+Blue) = 203+34+124=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB227C is #34DD83. Grayscale: #5E5E5E. Windows color (decimal): -3464580 or 8135371. OLE color: 8135371.
HSL color Cylindrical-coordinate representation of color #CB227C: hue angle of 328.05º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB227C is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 124 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.20 |
| HSL | 328.05º | 0.71% | 0.46% | - |
| HSV(B) | 328.05º | 0.83% | 0.8% | - |
| XYZ | 28.84 | 15.3 | 20.5 | - |
| YUV | 94.79 | 144.49 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 124 | 0 | 0.83 | 0.39 | 0.20 | 328.05 | 0.71 | 0.46 |
| Hex | CB | 22 | 7C | 0 | 53 | 27 | 14 | 148 | 47 | 2E |
| Octal | 313 | 42 | 174 | 0 | 123 | 47 | 24 | 510 | 107 | 56 |
| Binary | 11001011 | 100010 | 1111100 | 0 | 1010011 | 100111 | 10100 | 101001000 | 1000111 | 101110 |
Color Harmonies of #CB227C
Complementary color
Monochromatic Colors of #CB227C
Black with #CB227C
Text Example
Text Example
White with #CB227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB227C; }
p { color: rgb(203,34,124); }
H1.HeaderClassName
{
color: #CB227C;
}
.AnyTagClassName
{
color: #CB227C;
}
</style>
background-color css
<style>
a { background-color: #CB227C; }
a { background-color: rgb(203,34,124); }
div.DivClassName
{
background-color: #CB227C;
}
.BgClassName
{
background-color: #CB227C;
}
</style>
border-color css
<style>
span { border-color: #CB227C; }
span { border-color: rgb(203,34,124); }
td.TdClassName
{
border-color: #CB227C;
}
.TagClassName
{
border-color: #CB227C;
}
</style>