Shades of Deep Magenta #C30CCA
Tints of Deep Magenta #C30CCA
RGB
CMYK
RGB Variations
Color information
#C30CCA (or 0xC30CCA) is known color: Deep Magenta. HEX triplet: C3, 0C and CA. RGB value is (195,12,202). Sum of RGB (Red+Green+Blue) = 195+12+202=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #C30CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CCA is #3CF335. Grayscale: #575757. Windows color (decimal): -3994422 or 13241539. OLE color: 13241539.
HSL color Cylindrical-coordinate representation of color #C30CCA: hue angle of 297.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CCA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 12 | 202 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.21 |
| HSL | 297.79º | 0.89% | 0.42% | - |
| HSV(B) | 297.79º | 0.94% | 0.79% | - |
| XYZ | 33.3 | 16.13 | 57.24 | - |
| YUV | 88.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 202 | 0.03 | 0.94 | 0 | 0.21 | 297.79 | 0.89 | 0.42 |
| Hex | C3 | C | CA | 3 | 5E | 0 | 15 | 12A | 59 | 2A |
| Octal | 303 | 14 | 312 | 3 | 136 | 0 | 25 | 452 | 131 | 52 |
| Binary | 11000011 | 1100 | 11001010 | 11 | 1011110 | 0 | 10101 | 100101010 | 1011001 | 101010 |
Color Harmonies of #C30CCA
Complementary color
Monochromatic Colors of #C30CCA
Black with #C30CCA
Text Example
Text Example
White with #C30CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CCA; }
p { color: rgb(195,12,202); }
H1.HeaderClassName
{
color: #C30CCA;
}
.AnyTagClassName
{
color: #C30CCA;
}
</style>
background-color css
<style>
a { background-color: #C30CCA; }
a { background-color: rgb(195,12,202); }
div.DivClassName
{
background-color: #C30CCA;
}
.BgClassName
{
background-color: #C30CCA;
}
</style>
border-color css
<style>
span { border-color: #C30CCA; }
span { border-color: rgb(195,12,202); }
td.TdClassName
{
border-color: #C30CCA;
}
.TagClassName
{
border-color: #C30CCA;
}
</style>