Shades of Deep Magenta #CB04DA
Tints of Deep Magenta #CB04DA
RGB
CMYK
RGB Variations
Color information
#CB04DA (or 0xCB04DA) is known color: Deep Magenta. HEX triplet: CB, 04 and DA. RGB value is (203,4,218). Sum of RGB (Red+Green+Blue) = 203+4+218=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB04DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04DA is #34FB25. Grayscale: #575757. Windows color (decimal): -3472166 or 14288075. OLE color: 14288075.
HSL color Cylindrical-coordinate representation of color #CB04DA: hue angle of 295.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04DA is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 4 | 218 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.15 |
| HSL | 295.79º | 0.96% | 0.44% | - |
| HSV(B) | 295.79º | 0.98% | 0.85% | - |
| XYZ | 37.33 | 17.85 | 67.81 | - |
| YUV | 87.9 | 201.43 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 218 | 0.07 | 0.98 | 0 | 0.15 | 295.79 | 0.96 | 0.44 |
| Hex | CB | 4 | DA | 7 | 62 | 0 | F | 128 | 60 | 2C |
| Octal | 313 | 4 | 332 | 7 | 142 | 0 | 17 | 450 | 140 | 54 |
| Binary | 11001011 | 100 | 11011010 | 111 | 1100010 | 0 | 1111 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CB04DA
Complementary color
Monochromatic Colors of #CB04DA
Black with #CB04DA
Text Example
Text Example
White with #CB04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04DA; }
p { color: rgb(203,4,218); }
H1.HeaderClassName
{
color: #CB04DA;
}
.AnyTagClassName
{
color: #CB04DA;
}
</style>
background-color css
<style>
a { background-color: #CB04DA; }
a { background-color: rgb(203,4,218); }
div.DivClassName
{
background-color: #CB04DA;
}
.BgClassName
{
background-color: #CB04DA;
}
</style>
border-color css
<style>
span { border-color: #CB04DA; }
span { border-color: rgb(203,4,218); }
td.TdClassName
{
border-color: #CB04DA;
}
.TagClassName
{
border-color: #CB04DA;
}
</style>