Shades of Deep Magenta #CB1CC3
Tints of Deep Magenta #CB1CC3
RGB
CMYK
RGB Variations
Color information
#CB1CC3 (or 0xCB1CC3) is known color: Deep Magenta. HEX triplet: CB, 1C and C3. RGB value is (203,28,195). Sum of RGB (Red+Green+Blue) = 203+28+195=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CC3 is #34E33C. Grayscale: #626262. Windows color (decimal): -3466045 or 12786891. OLE color: 12786891.
HSL color Cylindrical-coordinate representation of color #CB1CC3: hue angle of 302.74º 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 #CB1CC3 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 195 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.20 |
| HSL | 302.74º | 0.76% | 0.45% | - |
| HSV(B) | 302.74º | 0.86% | 0.8% | - |
| XYZ | 34.89 | 17.47 | 53.16 | - |
| YUV | 99.36 | 181.98 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 195 | 0 | 0.86 | 0.04 | 0.20 | 302.74 | 0.76 | 0.45 |
| Hex | CB | 1C | C3 | 0 | 56 | 4 | 14 | 12F | 4C | 2D |
| Octal | 313 | 34 | 303 | 0 | 126 | 4 | 24 | 457 | 114 | 55 |
| Binary | 11001011 | 11100 | 11000011 | 0 | 1010110 | 100 | 10100 | 100101111 | 1001100 | 101101 |
Color Harmonies of #CB1CC3
Complementary color
Monochromatic Colors of #CB1CC3
Black with #CB1CC3
Text Example
Text Example
White with #CB1CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CC3; }
p { color: rgb(203,28,195); }
H1.HeaderClassName
{
color: #CB1CC3;
}
.AnyTagClassName
{
color: #CB1CC3;
}
</style>
background-color css
<style>
a { background-color: #CB1CC3; }
a { background-color: rgb(203,28,195); }
div.DivClassName
{
background-color: #CB1CC3;
}
.BgClassName
{
background-color: #CB1CC3;
}
</style>
border-color css
<style>
span { border-color: #CB1CC3; }
span { border-color: rgb(203,28,195); }
td.TdClassName
{
border-color: #CB1CC3;
}
.TagClassName
{
border-color: #CB1CC3;
}
</style>