Shades of Deep Magenta #CB1CE6
Tints of Deep Magenta #CB1CE6
RGB
CMYK
RGB Variations
Color information
#CB1CE6 (or 0xCB1CE6) is known color: Deep Magenta. HEX triplet: CB, 1C and E6. RGB value is (203,28,230). Sum of RGB (Red+Green+Blue) = 203+28+230=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB1CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CE6 is #34E319. Grayscale: #666666. Windows color (decimal): -3466010 or 15080651. OLE color: 15080651.
HSL color Cylindrical-coordinate representation of color #CB1CE6: hue angle of 291.98º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1CE6 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 28 | 230 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.10 |
| HSL | 291.98º | 0.8% | 0.51% | - |
| HSV(B) | 291.98º | 0.88% | 0.9% | - |
| XYZ | 39.33 | 19.24 | 76.5 | - |
| YUV | 103.35 | 199.48 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 230 | 0.12 | 0.88 | 0 | 0.10 | 291.98 | 0.8 | 0.51 |
| Hex | CB | 1C | E6 | C | 58 | 0 | A | 124 | 50 | 33 |
| Octal | 313 | 34 | 346 | 14 | 130 | 0 | 12 | 444 | 120 | 63 |
| Binary | 11001011 | 11100 | 11100110 | 1100 | 1011000 | 0 | 1010 | 100100100 | 1010000 | 110011 |
Color Harmonies of #CB1CE6
Complementary color
Monochromatic Colors of #CB1CE6
Black with #CB1CE6
Text Example
Text Example
White with #CB1CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CE6; }
p { color: rgb(203,28,230); }
H1.HeaderClassName
{
color: #CB1CE6;
}
.AnyTagClassName
{
color: #CB1CE6;
}
</style>
background-color css
<style>
a { background-color: #CB1CE6; }
a { background-color: rgb(203,28,230); }
div.DivClassName
{
background-color: #CB1CE6;
}
.BgClassName
{
background-color: #CB1CE6;
}
</style>
border-color css
<style>
span { border-color: #CB1CE6; }
span { border-color: rgb(203,28,230); }
td.TdClassName
{
border-color: #CB1CE6;
}
.TagClassName
{
border-color: #CB1CE6;
}
</style>