Shades of Deep Magenta #CB0FDA
Tints of Deep Magenta #CB0FDA
RGB
CMYK
RGB Variations
Color information
#CB0FDA (or 0xCB0FDA) is known color: Deep Magenta. HEX triplet: CB, 0F and DA. RGB value is (203,15,218). Sum of RGB (Red+Green+Blue) = 203+15+218=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB0FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0FDA is #34F025. Grayscale: #5D5D5D. Windows color (decimal): -3469350 or 14290891. OLE color: 14290891.
HSL color Cylindrical-coordinate representation of color #CB0FDA: hue angle of 295.57º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FDA is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 15 | 218 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.15 |
| HSL | 295.57º | 0.87% | 0.46% | - |
| HSV(B) | 295.57º | 0.93% | 0.85% | - |
| XYZ | 37.45 | 18.1 | 67.85 | - |
| YUV | 94.35 | 197.78 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 218 | 0.07 | 0.93 | 0 | 0.15 | 295.57 | 0.87 | 0.46 |
| Hex | CB | F | DA | 7 | 5D | 0 | F | 128 | 57 | 2E |
| Octal | 313 | 17 | 332 | 7 | 135 | 0 | 17 | 450 | 127 | 56 |
| Binary | 11001011 | 1111 | 11011010 | 111 | 1011101 | 0 | 1111 | 100101000 | 1010111 | 101110 |
Color Harmonies of #CB0FDA
Complementary color
Monochromatic Colors of #CB0FDA
Black with #CB0FDA
Text Example
Text Example
White with #CB0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FDA; }
p { color: rgb(203,15,218); }
H1.HeaderClassName
{
color: #CB0FDA;
}
.AnyTagClassName
{
color: #CB0FDA;
}
</style>
background-color css
<style>
a { background-color: #CB0FDA; }
a { background-color: rgb(203,15,218); }
div.DivClassName
{
background-color: #CB0FDA;
}
.BgClassName
{
background-color: #CB0FDA;
}
</style>
border-color css
<style>
span { border-color: #CB0FDA; }
span { border-color: rgb(203,15,218); }
td.TdClassName
{
border-color: #CB0FDA;
}
.TagClassName
{
border-color: #CB0FDA;
}
</style>