Shades of Deep Magenta #C30ED2
Tints of Deep Magenta #C30ED2
RGB
CMYK
RGB Variations
Color information
#C30ED2 (or 0xC30ED2) is known color: Deep Magenta. HEX triplet: C3, 0E and D2. RGB value is (195,14,210). Sum of RGB (Red+Green+Blue) = 195+14+210=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #C30ED2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ED2 is #3CF12D. Grayscale: #595959. Windows color (decimal): -3993902 or 13766339. OLE color: 13766339.
HSL color Cylindrical-coordinate representation of color #C30ED2: hue angle of 295.41º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30ED2 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 14 | 210 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.18 |
| HSL | 295.41º | 0.88% | 0.44% | - |
| HSV(B) | 295.41º | 0.93% | 0.82% | - |
| XYZ | 34.3 | 16.57 | 62.36 | - |
| YUV | 90.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 210 | 0.07 | 0.93 | 0 | 0.18 | 295.41 | 0.88 | 0.44 |
| Hex | C3 | E | D2 | 7 | 5D | 0 | 12 | 127 | 58 | 2C |
| Octal | 303 | 16 | 322 | 7 | 135 | 0 | 22 | 447 | 130 | 54 |
| Binary | 11000011 | 1110 | 11010010 | 111 | 1011101 | 0 | 10010 | 100100111 | 1011000 | 101100 |
Color Harmonies of #C30ED2
Complementary color
Monochromatic Colors of #C30ED2
Black with #C30ED2
Text Example
Text Example
White with #C30ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30ED2; }
p { color: rgb(195,14,210); }
H1.HeaderClassName
{
color: #C30ED2;
}
.AnyTagClassName
{
color: #C30ED2;
}
</style>
background-color css
<style>
a { background-color: #C30ED2; }
a { background-color: rgb(195,14,210); }
div.DivClassName
{
background-color: #C30ED2;
}
.BgClassName
{
background-color: #C30ED2;
}
</style>
border-color css
<style>
span { border-color: #C30ED2; }
span { border-color: rgb(195,14,210); }
td.TdClassName
{
border-color: #C30ED2;
}
.TagClassName
{
border-color: #C30ED2;
}
</style>