Shades of Deep Magenta #CB05D2
Tints of Deep Magenta #CB05D2
RGB
CMYK
RGB Variations
Color information
#CB05D2 (or 0xCB05D2) is known color: Deep Magenta. HEX triplet: CB, 05 and D2. RGB value is (203,5,210). Sum of RGB (Red+Green+Blue) = 203+5+210=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB05D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05D2 is #34FA2D. Grayscale: #565656. Windows color (decimal): -3471918 or 13764043. OLE color: 13764043.
HSL color Cylindrical-coordinate representation of color #CB05D2: hue angle of 297.95º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05D2 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 5 | 210 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.18 |
| HSL | 297.95º | 0.95% | 0.42% | - |
| HSV(B) | 297.95º | 0.98% | 0.82% | - |
| XYZ | 36.32 | 17.46 | 62.43 | - |
| YUV | 87.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 210 | 0.03 | 0.98 | 0 | 0.18 | 297.95 | 0.95 | 0.42 |
| Hex | CB | 5 | D2 | 3 | 62 | 0 | 12 | 12A | 5F | 2A |
| Octal | 313 | 5 | 322 | 3 | 142 | 0 | 22 | 452 | 137 | 52 |
| Binary | 11001011 | 101 | 11010010 | 11 | 1100010 | 0 | 10010 | 100101010 | 1011111 | 101010 |
Color Harmonies of #CB05D2
Complementary color
Monochromatic Colors of #CB05D2
Black with #CB05D2
Text Example
Text Example
White with #CB05D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05D2; }
p { color: rgb(203,5,210); }
H1.HeaderClassName
{
color: #CB05D2;
}
.AnyTagClassName
{
color: #CB05D2;
}
</style>
background-color css
<style>
a { background-color: #CB05D2; }
a { background-color: rgb(203,5,210); }
div.DivClassName
{
background-color: #CB05D2;
}
.BgClassName
{
background-color: #CB05D2;
}
</style>
border-color css
<style>
span { border-color: #CB05D2; }
span { border-color: rgb(203,5,210); }
td.TdClassName
{
border-color: #CB05D2;
}
.TagClassName
{
border-color: #CB05D2;
}
</style>