Shades of Deep Magenta #CB1CE0
Tints of Deep Magenta #CB1CE0
RGB
CMYK
RGB Variations
Color information
#CB1CE0 (or 0xCB1CE0) is known color: Deep Magenta. HEX triplet: CB, 1C and E0. RGB value is (203,28,224). Sum of RGB (Red+Green+Blue) = 203+28+224=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB1CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CE0 is #34E31F. Grayscale: #666666. Windows color (decimal): -3466016 or 14687435. OLE color: 14687435.
HSL color Cylindrical-coordinate representation of color #CB1CE0: hue angle of 293.57º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1CE0 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 28 | 224 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.12 |
| HSL | 293.57º | 0.78% | 0.49% | - |
| HSV(B) | 293.57º | 0.88% | 0.88% | - |
| XYZ | 38.5 | 18.91 | 72.14 | - |
| YUV | 102.67 | 196.48 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 224 | 0.09 | 0.88 | 0 | 0.12 | 293.57 | 0.78 | 0.49 |
| Hex | CB | 1C | E0 | 9 | 58 | 0 | C | 126 | 4E | 31 |
| Octal | 313 | 34 | 340 | 11 | 130 | 0 | 14 | 446 | 116 | 61 |
| Binary | 11001011 | 11100 | 11100000 | 1001 | 1011000 | 0 | 1100 | 100100110 | 1001110 | 110001 |
Color Harmonies of #CB1CE0
Complementary color
Monochromatic Colors of #CB1CE0
Black with #CB1CE0
Text Example
Text Example
White with #CB1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CE0; }
p { color: rgb(203,28,224); }
H1.HeaderClassName
{
color: #CB1CE0;
}
.AnyTagClassName
{
color: #CB1CE0;
}
</style>
background-color css
<style>
a { background-color: #CB1CE0; }
a { background-color: rgb(203,28,224); }
div.DivClassName
{
background-color: #CB1CE0;
}
.BgClassName
{
background-color: #CB1CE0;
}
</style>
border-color css
<style>
span { border-color: #CB1CE0; }
span { border-color: rgb(203,28,224); }
td.TdClassName
{
border-color: #CB1CE0;
}
.TagClassName
{
border-color: #CB1CE0;
}
</style>