Shades of Deep Magenta #C30ECB
Tints of Deep Magenta #C30ECB
RGB
CMYK
RGB Variations
Color information
#C30ECB (or 0xC30ECB) is known color: Deep Magenta. HEX triplet: C3, 0E and CB. RGB value is (195,14,203). Sum of RGB (Red+Green+Blue) = 195+14+203=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #C30ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ECB is #3CF134. Grayscale: #595959. Windows color (decimal): -3993909 or 13307587. OLE color: 13307587.
HSL color Cylindrical-coordinate representation of color #C30ECB: hue angle of 297.46º 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 #C30ECB is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 14 | 203 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.20 |
| HSL | 297.46º | 0.87% | 0.43% | - |
| HSV(B) | 297.46º | 0.93% | 0.8% | - |
| XYZ | 33.44 | 16.23 | 57.87 | - |
| YUV | 89.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 203 | 0.04 | 0.93 | 0 | 0.20 | 297.46 | 0.87 | 0.43 |
| Hex | C3 | E | CB | 4 | 5D | 0 | 14 | 129 | 57 | 2B |
| Octal | 303 | 16 | 313 | 4 | 135 | 0 | 24 | 451 | 127 | 53 |
| Binary | 11000011 | 1110 | 11001011 | 100 | 1011101 | 0 | 10100 | 100101001 | 1010111 | 101011 |
Color Harmonies of #C30ECB
Complementary color
Monochromatic Colors of #C30ECB
Black with #C30ECB
Text Example
Text Example
White with #C30ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30ECB; }
p { color: rgb(195,14,203); }
H1.HeaderClassName
{
color: #C30ECB;
}
.AnyTagClassName
{
color: #C30ECB;
}
</style>
background-color css
<style>
a { background-color: #C30ECB; }
a { background-color: rgb(195,14,203); }
div.DivClassName
{
background-color: #C30ECB;
}
.BgClassName
{
background-color: #C30ECB;
}
</style>
border-color css
<style>
span { border-color: #C30ECB; }
span { border-color: rgb(195,14,203); }
td.TdClassName
{
border-color: #C30ECB;
}
.TagClassName
{
border-color: #C30ECB;
}
</style>