Shades of Deep Magenta #C30BD0
Tints of Deep Magenta #C30BD0
RGB
CMYK
RGB Variations
Color information
#C30BD0 (or 0xC30BD0) is known color: Deep Magenta. HEX triplet: C3, 0B and D0. RGB value is (195,11,208). Sum of RGB (Red+Green+Blue) = 195+11+208=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #C30BD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BD0 is #3CF42F. Grayscale: #575757. Windows color (decimal): -3994672 or 13634499. OLE color: 13634499.
HSL color Cylindrical-coordinate representation of color #C30BD0: hue angle of 296.04º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30BD0 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 11 | 208 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.18 |
| HSL | 296.04º | 0.9% | 0.43% | - |
| HSV(B) | 296.04º | 0.95% | 0.82% | - |
| XYZ | 34.01 | 16.4 | 61.05 | - |
| YUV | 88.47 | 195.46 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 208 | 0.06 | 0.95 | 0 | 0.18 | 296.04 | 0.9 | 0.43 |
| Hex | C3 | B | D0 | 6 | 5F | 0 | 12 | 128 | 5A | 2B |
| Octal | 303 | 13 | 320 | 6 | 137 | 0 | 22 | 450 | 132 | 53 |
| Binary | 11000011 | 1011 | 11010000 | 110 | 1011111 | 0 | 10010 | 100101000 | 1011010 | 101011 |
Color Harmonies of #C30BD0
Complementary color
Monochromatic Colors of #C30BD0
Black with #C30BD0
Text Example
Text Example
White with #C30BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BD0; }
p { color: rgb(195,11,208); }
H1.HeaderClassName
{
color: #C30BD0;
}
.AnyTagClassName
{
color: #C30BD0;
}
</style>
background-color css
<style>
a { background-color: #C30BD0; }
a { background-color: rgb(195,11,208); }
div.DivClassName
{
background-color: #C30BD0;
}
.BgClassName
{
background-color: #C30BD0;
}
</style>
border-color css
<style>
span { border-color: #C30BD0; }
span { border-color: rgb(195,11,208); }
td.TdClassName
{
border-color: #C30BD0;
}
.TagClassName
{
border-color: #C30BD0;
}
</style>