Shades of Deep Magenta #C30BDC
Tints of Deep Magenta #C30BDC
RGB
CMYK
RGB Variations
Color information
#C30BDC (or 0xC30BDC) is known color: Deep Magenta. HEX triplet: C3, 0B and DC. RGB value is (195,11,220). Sum of RGB (Red+Green+Blue) = 195+11+220=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #C30BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BDC is #3CF423. Grayscale: #595959. Windows color (decimal): -3994660 or 14420931. OLE color: 14420931.
HSL color Cylindrical-coordinate representation of color #C30BDC: hue angle of 292.82º 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 #C30BDC is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 11 | 220 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.14 |
| HSL | 292.82º | 0.9% | 0.45% | - |
| HSV(B) | 292.82º | 0.95% | 0.86% | - |
| XYZ | 35.54 | 17.01 | 69.12 | - |
| YUV | 89.84 | 201.46 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 220 | 0.11 | 0.95 | 0 | 0.14 | 292.82 | 0.9 | 0.45 |
| Hex | C3 | B | DC | B | 5F | 0 | E | 125 | 5A | 2D |
| Octal | 303 | 13 | 334 | 13 | 137 | 0 | 16 | 445 | 132 | 55 |
| Binary | 11000011 | 1011 | 11011100 | 1011 | 1011111 | 0 | 1110 | 100100101 | 1011010 | 101101 |
Color Harmonies of #C30BDC
Complementary color
Monochromatic Colors of #C30BDC
Black with #C30BDC
Text Example
Text Example
White with #C30BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BDC; }
p { color: rgb(195,11,220); }
H1.HeaderClassName
{
color: #C30BDC;
}
.AnyTagClassName
{
color: #C30BDC;
}
</style>
background-color css
<style>
a { background-color: #C30BDC; }
a { background-color: rgb(195,11,220); }
div.DivClassName
{
background-color: #C30BDC;
}
.BgClassName
{
background-color: #C30BDC;
}
</style>
border-color css
<style>
span { border-color: #C30BDC; }
span { border-color: rgb(195,11,220); }
td.TdClassName
{
border-color: #C30BDC;
}
.TagClassName
{
border-color: #C30BDC;
}
</style>