Shades of Deep Magenta #C30FCA
Tints of Deep Magenta #C30FCA
RGB
CMYK
RGB Variations
Color information
#C30FCA (or 0xC30FCA) is known color: Deep Magenta. HEX triplet: C3, 0F and CA. RGB value is (195,15,202). Sum of RGB (Red+Green+Blue) = 195+15+202=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #C30FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FCA is #3CF035. Grayscale: #595959. Windows color (decimal): -3993654 or 13242307. OLE color: 13242307.
HSL color Cylindrical-coordinate representation of color #C30FCA: hue angle of 297.75º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30FCA is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 15 | 202 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.21 |
| HSL | 297.75º | 0.86% | 0.43% | - |
| HSV(B) | 297.75º | 0.93% | 0.79% | - |
| XYZ | 33.34 | 16.21 | 57.25 | - |
| YUV | 90.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 202 | 0.03 | 0.93 | 0 | 0.21 | 297.75 | 0.86 | 0.43 |
| Hex | C3 | F | CA | 3 | 5D | 0 | 15 | 12A | 56 | 2B |
| Octal | 303 | 17 | 312 | 3 | 135 | 0 | 25 | 452 | 126 | 53 |
| Binary | 11000011 | 1111 | 11001010 | 11 | 1011101 | 0 | 10101 | 100101010 | 1010110 | 101011 |
Color Harmonies of #C30FCA
Complementary color
Monochromatic Colors of #C30FCA
Black with #C30FCA
Text Example
Text Example
White with #C30FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FCA; }
p { color: rgb(195,15,202); }
H1.HeaderClassName
{
color: #C30FCA;
}
.AnyTagClassName
{
color: #C30FCA;
}
</style>
background-color css
<style>
a { background-color: #C30FCA; }
a { background-color: rgb(195,15,202); }
div.DivClassName
{
background-color: #C30FCA;
}
.BgClassName
{
background-color: #C30FCA;
}
</style>
border-color css
<style>
span { border-color: #C30FCA; }
span { border-color: rgb(195,15,202); }
td.TdClassName
{
border-color: #C30FCA;
}
.TagClassName
{
border-color: #C30FCA;
}
</style>