Shades of Deep Magenta #C30FDB
Tints of Deep Magenta #C30FDB
RGB
CMYK
RGB Variations
Color information
#C30FDB (or 0xC30FDB) is known color: Deep Magenta. HEX triplet: C3, 0F and DB. RGB value is (195,15,219). Sum of RGB (Red+Green+Blue) = 195+15+219=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #C30FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FDB is #3CF024. Grayscale: #5B5B5B. Windows color (decimal): -3993637 or 14356419. OLE color: 14356419.
HSL color Cylindrical-coordinate representation of color #C30FDB: hue angle of 292.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30FDB is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 15 | 219 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.14 |
| HSL | 292.94º | 0.87% | 0.46% | - |
| HSV(B) | 292.94º | 0.93% | 0.86% | - |
| XYZ | 35.46 | 17.06 | 68.44 | - |
| YUV | 92.08 | 199.63 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 219 | 0.11 | 0.93 | 0 | 0.14 | 292.94 | 0.87 | 0.46 |
| Hex | C3 | F | DB | B | 5D | 0 | E | 125 | 57 | 2E |
| Octal | 303 | 17 | 333 | 13 | 135 | 0 | 16 | 445 | 127 | 56 |
| Binary | 11000011 | 1111 | 11011011 | 1011 | 1011101 | 0 | 1110 | 100100101 | 1010111 | 101110 |
Color Harmonies of #C30FDB
Complementary color
Monochromatic Colors of #C30FDB
Black with #C30FDB
Text Example
Text Example
White with #C30FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FDB; }
p { color: rgb(195,15,219); }
H1.HeaderClassName
{
color: #C30FDB;
}
.AnyTagClassName
{
color: #C30FDB;
}
</style>
background-color css
<style>
a { background-color: #C30FDB; }
a { background-color: rgb(195,15,219); }
div.DivClassName
{
background-color: #C30FDB;
}
.BgClassName
{
background-color: #C30FDB;
}
</style>
border-color css
<style>
span { border-color: #C30FDB; }
span { border-color: rgb(195,15,219); }
td.TdClassName
{
border-color: #C30FDB;
}
.TagClassName
{
border-color: #C30FDB;
}
</style>