Shades of Deep Magenta #CB1CDA
Tints of Deep Magenta #CB1CDA
RGB
CMYK
RGB Variations
Color information
#CB1CDA (or 0xCB1CDA) is known color: Deep Magenta. HEX triplet: CB, 1C and DA. RGB value is (203,28,218). Sum of RGB (Red+Green+Blue) = 203+28+218=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CDA is #34E325. Grayscale: #656565. Windows color (decimal): -3466022 or 14294219. OLE color: 14294219.
HSL color Cylindrical-coordinate representation of color #CB1CDA: hue angle of 295.26º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1CDA is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 28 | 218 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.15 |
| HSL | 295.26º | 0.77% | 0.48% | - |
| HSV(B) | 295.26º | 0.87% | 0.85% | - |
| XYZ | 37.7 | 18.59 | 67.93 | - |
| YUV | 101.99 | 193.48 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 218 | 0.07 | 0.87 | 0 | 0.15 | 295.26 | 0.77 | 0.48 |
| Hex | CB | 1C | DA | 7 | 57 | 0 | F | 127 | 4D | 30 |
| Octal | 313 | 34 | 332 | 7 | 127 | 0 | 17 | 447 | 115 | 60 |
| Binary | 11001011 | 11100 | 11011010 | 111 | 1010111 | 0 | 1111 | 100100111 | 1001101 | 110000 |
Color Harmonies of #CB1CDA
Complementary color
Monochromatic Colors of #CB1CDA
Black with #CB1CDA
Text Example
Text Example
White with #CB1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CDA; }
p { color: rgb(203,28,218); }
H1.HeaderClassName
{
color: #CB1CDA;
}
.AnyTagClassName
{
color: #CB1CDA;
}
</style>
background-color css
<style>
a { background-color: #CB1CDA; }
a { background-color: rgb(203,28,218); }
div.DivClassName
{
background-color: #CB1CDA;
}
.BgClassName
{
background-color: #CB1CDA;
}
</style>
border-color css
<style>
span { border-color: #CB1CDA; }
span { border-color: rgb(203,28,218); }
td.TdClassName
{
border-color: #CB1CDA;
}
.TagClassName
{
border-color: #CB1CDA;
}
</style>