Shades of Deep Magenta #CB08DA
Tints of Deep Magenta #CB08DA
RGB
CMYK
RGB Variations
Color information
#CB08DA (or 0xCB08DA) is known color: Deep Magenta. HEX triplet: CB, 08 and DA. RGB value is (203,8,218). Sum of RGB (Red+Green+Blue) = 203+8+218=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB08DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08DA is #34F725. Grayscale: #595959. Windows color (decimal): -3471142 or 14289099. OLE color: 14289099.
HSL color Cylindrical-coordinate representation of color #CB08DA: hue angle of 295.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB08DA is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 8 | 218 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.15 |
| HSL | 295.71º | 0.93% | 0.44% | - |
| HSV(B) | 295.71º | 0.96% | 0.85% | - |
| XYZ | 37.37 | 17.93 | 67.82 | - |
| YUV | 90.25 | 200.1 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 218 | 0.07 | 0.96 | 0 | 0.15 | 295.71 | 0.93 | 0.44 |
| Hex | CB | 8 | DA | 7 | 60 | 0 | F | 128 | 5D | 2C |
| Octal | 313 | 10 | 332 | 7 | 140 | 0 | 17 | 450 | 135 | 54 |
| Binary | 11001011 | 1000 | 11011010 | 111 | 1100000 | 0 | 1111 | 100101000 | 1011101 | 101100 |
Color Harmonies of #CB08DA
Complementary color
Monochromatic Colors of #CB08DA
Black with #CB08DA
Text Example
Text Example
White with #CB08DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08DA; }
p { color: rgb(203,8,218); }
H1.HeaderClassName
{
color: #CB08DA;
}
.AnyTagClassName
{
color: #CB08DA;
}
</style>
background-color css
<style>
a { background-color: #CB08DA; }
a { background-color: rgb(203,8,218); }
div.DivClassName
{
background-color: #CB08DA;
}
.BgClassName
{
background-color: #CB08DA;
}
</style>
border-color css
<style>
span { border-color: #CB08DA; }
span { border-color: rgb(203,8,218); }
td.TdClassName
{
border-color: #CB08DA;
}
.TagClassName
{
border-color: #CB08DA;
}
</style>