Shades of Deep Magenta #CB10CE
Tints of Deep Magenta #CB10CE
RGB
CMYK
RGB Variations
Color information
#CB10CE (or 0xCB10CE) is known color: Deep Magenta. HEX triplet: CB, 10 and CE. RGB value is (203,16,206). Sum of RGB (Red+Green+Blue) = 203+16+206=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB10CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB10CE is #34EF31. Grayscale: #5D5D5D. Windows color (decimal): -3469106 or 13504715. OLE color: 13504715.
HSL color Cylindrical-coordinate representation of color #CB10CE: hue angle of 299.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB10CE is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 16 | 206 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.19 |
| HSL | 299.05º | 0.86% | 0.44% | - |
| HSV(B) | 299.05º | 0.92% | 0.81% | - |
| XYZ | 35.95 | 17.52 | 59.88 | - |
| YUV | 93.57 | 191.45 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 206 | 0.01 | 0.92 | 0 | 0.19 | 299.05 | 0.86 | 0.44 |
| Hex | CB | 10 | CE | 1 | 5C | 0 | 13 | 12B | 56 | 2C |
| Octal | 313 | 20 | 316 | 1 | 134 | 0 | 23 | 453 | 126 | 54 |
| Binary | 11001011 | 10000 | 11001110 | 1 | 1011100 | 0 | 10011 | 100101011 | 1010110 | 101100 |
Color Harmonies of #CB10CE
Complementary color
Monochromatic Colors of #CB10CE
Black with #CB10CE
Text Example
Text Example
White with #CB10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10CE; }
p { color: rgb(203,16,206); }
H1.HeaderClassName
{
color: #CB10CE;
}
.AnyTagClassName
{
color: #CB10CE;
}
</style>
background-color css
<style>
a { background-color: #CB10CE; }
a { background-color: rgb(203,16,206); }
div.DivClassName
{
background-color: #CB10CE;
}
.BgClassName
{
background-color: #CB10CE;
}
</style>
border-color css
<style>
span { border-color: #CB10CE; }
span { border-color: rgb(203,16,206); }
td.TdClassName
{
border-color: #CB10CE;
}
.TagClassName
{
border-color: #CB10CE;
}
</style>