Shades of Deep Magenta #CB00DA
Tints of Deep Magenta #CB00DA
RGB
CMYK
RGB Variations
Color information
#CB00DA (or 0xCB00DA) is known color: Deep Magenta. HEX triplet: CB, 00 and DA. RGB value is (203,0,218). Sum of RGB (Red+Green+Blue) = 203+0+218=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB00DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00DA is #34FF25. Grayscale: #545454. Windows color (decimal): -3473190 or 14287051. OLE color: 14287051.
HSL color Cylindrical-coordinate representation of color #CB00DA: hue angle of 295.87º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00DA is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 0 | 218 | - |
| CMYK | 0.07 | 1 | 0 | 0.15 |
| HSL | 295.87º | 1% | 0.43% | - |
| HSV(B) | 295.87º | 1% | 0.85% | - |
| XYZ | 37.28 | 17.76 | 67.79 | - |
| YUV | 85.55 | 202.75 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 218 | 0.07 | 1 | 0 | 0.15 | 295.87 | 1 | 0.43 |
| Hex | CB | 0 | DA | 7 | 64 | 0 | F | 128 | 64 | 2B |
| Octal | 313 | 0 | 332 | 7 | 144 | 0 | 17 | 450 | 144 | 53 |
| Binary | 11001011 | 0 | 11011010 | 111 | 1100100 | 0 | 1111 | 100101000 | 1100100 | 101011 |
Color Harmonies of #CB00DA
Complementary color
Monochromatic Colors of #CB00DA
Black with #CB00DA
Text Example
Text Example
White with #CB00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00DA; }
p { color: rgb(203,0,218); }
H1.HeaderClassName
{
color: #CB00DA;
}
.AnyTagClassName
{
color: #CB00DA;
}
</style>
background-color css
<style>
a { background-color: #CB00DA; }
a { background-color: rgb(203,0,218); }
div.DivClassName
{
background-color: #CB00DA;
}
.BgClassName
{
background-color: #CB00DA;
}
</style>
border-color css
<style>
span { border-color: #CB00DA; }
span { border-color: rgb(203,0,218); }
td.TdClassName
{
border-color: #CB00DA;
}
.TagClassName
{
border-color: #CB00DA;
}
</style>