Shades of Deep Magenta #C30CCC
Tints of Deep Magenta #C30CCC
RGB
CMYK
RGB Variations
Color information
#C30CCC (or 0xC30CCC) is known color: Deep Magenta. HEX triplet: C3, 0C and CC. RGB value is (195,12,204). Sum of RGB (Red+Green+Blue) = 195+12+204=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #C30CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CCC is #3CF333. Grayscale: #585858. Windows color (decimal): -3994420 or 13372611. OLE color: 13372611.
HSL color Cylindrical-coordinate representation of color #C30CCC: hue angle of 297.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CCC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 12 | 204 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.2 |
| HSL | 297.19º | 0.89% | 0.42% | - |
| HSV(B) | 297.19º | 0.94% | 0.8% | - |
| XYZ | 33.54 | 16.22 | 58.49 | - |
| YUV | 88.61 | 193.13 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 204 | 0.04 | 0.94 | 0 | 0.2 | 297.19 | 0.89 | 0.42 |
| Hex | C3 | C | CC | 4 | 5E | 0 | 14 | 129 | 59 | 2A |
| Octal | 303 | 14 | 314 | 4 | 136 | 0 | 24 | 451 | 131 | 52 |
| Binary | 11000011 | 1100 | 11001100 | 100 | 1011110 | 0 | 10100 | 100101001 | 1011001 | 101010 |
Color Harmonies of #C30CCC
Complementary color
Monochromatic Colors of #C30CCC
Black with #C30CCC
Text Example
Text Example
White with #C30CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CCC; }
p { color: rgb(195,12,204); }
H1.HeaderClassName
{
color: #C30CCC;
}
.AnyTagClassName
{
color: #C30CCC;
}
</style>
background-color css
<style>
a { background-color: #C30CCC; }
a { background-color: rgb(195,12,204); }
div.DivClassName
{
background-color: #C30CCC;
}
.BgClassName
{
background-color: #C30CCC;
}
</style>
border-color css
<style>
span { border-color: #C30CCC; }
span { border-color: rgb(195,12,204); }
td.TdClassName
{
border-color: #C30CCC;
}
.TagClassName
{
border-color: #C30CCC;
}
</style>