Shades of Deep Magenta #C30ECC
Tints of Deep Magenta #C30ECC
RGB
CMYK
RGB Variations
Color information
#C30ECC (or 0xC30ECC) is known color: Deep Magenta. HEX triplet: C3, 0E and CC. RGB value is (195,14,204). Sum of RGB (Red+Green+Blue) = 195+14+204=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #C30ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ECC is #3CF133. Grayscale: #595959. Windows color (decimal): -3993908 or 13373123. OLE color: 13373123.
HSL color Cylindrical-coordinate representation of color #C30ECC: hue angle of 297.16º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30ECC is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 14 | 204 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.2 |
| HSL | 297.16º | 0.87% | 0.43% | - |
| HSV(B) | 297.16º | 0.93% | 0.8% | - |
| XYZ | 33.56 | 16.28 | 58.5 | - |
| YUV | 89.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 204 | 0.04 | 0.93 | 0 | 0.2 | 297.16 | 0.87 | 0.43 |
| Hex | C3 | E | CC | 4 | 5D | 0 | 14 | 129 | 57 | 2B |
| Octal | 303 | 16 | 314 | 4 | 135 | 0 | 24 | 451 | 127 | 53 |
| Binary | 11000011 | 1110 | 11001100 | 100 | 1011101 | 0 | 10100 | 100101001 | 1010111 | 101011 |
Color Harmonies of #C30ECC
Complementary color
Monochromatic Colors of #C30ECC
Black with #C30ECC
Text Example
Text Example
White with #C30ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30ECC; }
p { color: rgb(195,14,204); }
H1.HeaderClassName
{
color: #C30ECC;
}
.AnyTagClassName
{
color: #C30ECC;
}
</style>
background-color css
<style>
a { background-color: #C30ECC; }
a { background-color: rgb(195,14,204); }
div.DivClassName
{
background-color: #C30ECC;
}
.BgClassName
{
background-color: #C30ECC;
}
</style>
border-color css
<style>
span { border-color: #C30ECC; }
span { border-color: rgb(195,14,204); }
td.TdClassName
{
border-color: #C30ECC;
}
.TagClassName
{
border-color: #C30ECC;
}
</style>