Shades of Deep Magenta #C30BDB
Tints of Deep Magenta #C30BDB
RGB
CMYK
RGB Variations
Color information
#C30BDB (or 0xC30BDB) is known color: Deep Magenta. HEX triplet: C3, 0B and DB. RGB value is (195,11,219). Sum of RGB (Red+Green+Blue) = 195+11+219=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #C30BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BDB is #3CF424. Grayscale: #595959. Windows color (decimal): -3994661 or 14355395. OLE color: 14355395.
HSL color Cylindrical-coordinate representation of color #C30BDB: hue angle of 293.08º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30BDB is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 11 | 219 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.14 |
| HSL | 293.08º | 0.9% | 0.45% | - |
| HSV(B) | 293.08º | 0.95% | 0.86% | - |
| XYZ | 35.41 | 16.96 | 68.42 | - |
| YUV | 89.73 | 200.96 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 219 | 0.11 | 0.95 | 0 | 0.14 | 293.08 | 0.9 | 0.45 |
| Hex | C3 | B | DB | B | 5F | 0 | E | 125 | 5A | 2D |
| Octal | 303 | 13 | 333 | 13 | 137 | 0 | 16 | 445 | 132 | 55 |
| Binary | 11000011 | 1011 | 11011011 | 1011 | 1011111 | 0 | 1110 | 100100101 | 1011010 | 101101 |
Color Harmonies of #C30BDB
Complementary color
Monochromatic Colors of #C30BDB
Black with #C30BDB
Text Example
Text Example
White with #C30BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BDB; }
p { color: rgb(195,11,219); }
H1.HeaderClassName
{
color: #C30BDB;
}
.AnyTagClassName
{
color: #C30BDB;
}
</style>
background-color css
<style>
a { background-color: #C30BDB; }
a { background-color: rgb(195,11,219); }
div.DivClassName
{
background-color: #C30BDB;
}
.BgClassName
{
background-color: #C30BDB;
}
</style>
border-color css
<style>
span { border-color: #C30BDB; }
span { border-color: rgb(195,11,219); }
td.TdClassName
{
border-color: #C30BDB;
}
.TagClassName
{
border-color: #C30BDB;
}
</style>