Shades of Deep Magenta #CB1CCA
Tints of Deep Magenta #CB1CCA
RGB
CMYK
RGB Variations
Color information
#CB1CCA (or 0xCB1CCA) is known color: Deep Magenta. HEX triplet: CB, 1C and CA. RGB value is (203,28,202). Sum of RGB (Red+Green+Blue) = 203+28+202=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CCA is #34E335. Grayscale: #636363. Windows color (decimal): -3466038 or 13245643. OLE color: 13245643.
HSL color Cylindrical-coordinate representation of color #CB1CCA: hue angle of 300.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1CCA is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 202 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.20 |
| HSL | 300.34º | 0.76% | 0.45% | - |
| HSV(B) | 300.34º | 0.86% | 0.8% | - |
| XYZ | 35.7 | 17.79 | 57.43 | - |
| YUV | 100.16 | 185.48 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 202 | 0 | 0.86 | 0.00 | 0.20 | 300.34 | 0.76 | 0.45 |
| Hex | CB | 1C | CA | 0 | 56 | 0 | 14 | 12C | 4C | 2D |
| Octal | 313 | 34 | 312 | 0 | 126 | 0 | 24 | 454 | 114 | 55 |
| Binary | 11001011 | 11100 | 11001010 | 0 | 1010110 | 0 | 10100 | 100101100 | 1001100 | 101101 |
Color Harmonies of #CB1CCA
Complementary color
Monochromatic Colors of #CB1CCA
Black with #CB1CCA
Text Example
Text Example
White with #CB1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CCA; }
p { color: rgb(203,28,202); }
H1.HeaderClassName
{
color: #CB1CCA;
}
.AnyTagClassName
{
color: #CB1CCA;
}
</style>
background-color css
<style>
a { background-color: #CB1CCA; }
a { background-color: rgb(203,28,202); }
div.DivClassName
{
background-color: #CB1CCA;
}
.BgClassName
{
background-color: #CB1CCA;
}
</style>
border-color css
<style>
span { border-color: #CB1CCA; }
span { border-color: rgb(203,28,202); }
td.TdClassName
{
border-color: #CB1CCA;
}
.TagClassName
{
border-color: #CB1CCA;
}
</style>