Shades of Deep Magenta #CB10CB
Tints of Deep Magenta #CB10CB
RGB
CMYK
RGB Variations
Color information
#CB10CB (or 0xCB10CB) is known color: Deep Magenta. HEX triplet: CB, 10 and CB. RGB value is (203,16,203). Sum of RGB (Red+Green+Blue) = 203+16+203=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB10CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB10CB is #34EF34. Grayscale: #5C5C5C. Windows color (decimal): -3469109 or 13308107. OLE color: 13308107.
HSL color Cylindrical-coordinate representation of color #CB10CB: hue angle of 300º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB10CB is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 203 | - |
| CMYK | 0 | 0.92 | 0 | 0.20 |
| HSL | 300º | 0.85% | 0.43% | - |
| HSV(B) | 300º | 0.92% | 0.8% | - |
| XYZ | 35.59 | 17.38 | 57.98 | - |
| YUV | 93.23 | 189.95 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 203 | 0 | 0.92 | 0 | 0.20 | 300 | 0.85 | 0.43 |
| Hex | CB | 10 | CB | 0 | 5C | 0 | 14 | 12C | 55 | 2B |
| Octal | 313 | 20 | 313 | 0 | 134 | 0 | 24 | 454 | 125 | 53 |
| Binary | 11001011 | 10000 | 11001011 | 0 | 1011100 | 0 | 10100 | 100101100 | 1010101 | 101011 |
Color Harmonies of #CB10CB
Complementary color
Monochromatic Colors of #CB10CB
Black with #CB10CB
Text Example
Text Example
White with #CB10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10CB; }
p { color: rgb(203,16,203); }
H1.HeaderClassName
{
color: #CB10CB;
}
.AnyTagClassName
{
color: #CB10CB;
}
</style>
background-color css
<style>
a { background-color: #CB10CB; }
a { background-color: rgb(203,16,203); }
div.DivClassName
{
background-color: #CB10CB;
}
.BgClassName
{
background-color: #CB10CB;
}
</style>
border-color css
<style>
span { border-color: #CB10CB; }
span { border-color: rgb(203,16,203); }
td.TdClassName
{
border-color: #CB10CB;
}
.TagClassName
{
border-color: #CB10CB;
}
</style>