Shades of Deep Magenta #C302C0
Tints of Deep Magenta #C302C0
RGB
CMYK
RGB Variations
Color information
#C302C0 (or 0xC302C0) is known color: Deep Magenta. HEX triplet: C3, 02 and C0. RGB value is (195,2,192). Sum of RGB (Red+Green+Blue) = 195+2+192=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C302C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302C0 is #3CFD3F. Grayscale: #505050. Windows color (decimal): -3996992 or 12583619. OLE color: 12583619.
HSL color Cylindrical-coordinate representation of color #C302C0: hue angle of 300.93º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302C0 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.24 |
| HSL | 300.93º | 0.98% | 0.39% | - |
| HSV(B) | 300.93º | 0.99% | 0.76% | - |
| XYZ | 32.04 | 15.45 | 51.16 | - |
| YUV | 81.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 192 | 0 | 0.99 | 0.02 | 0.24 | 300.93 | 0.98 | 0.39 |
| Hex | C3 | 2 | C0 | 0 | 63 | 2 | 18 | 12D | 62 | 27 |
| Octal | 303 | 2 | 300 | 0 | 143 | 2 | 30 | 455 | 142 | 47 |
| Binary | 11000011 | 10 | 11000000 | 0 | 1100011 | 10 | 11000 | 100101101 | 1100010 | 100111 |
Color Harmonies of #C302C0
Complementary color
Monochromatic Colors of #C302C0
Black with #C302C0
Text Example
Text Example
White with #C302C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302C0; }
p { color: rgb(195,2,192); }
H1.HeaderClassName
{
color: #C302C0;
}
.AnyTagClassName
{
color: #C302C0;
}
</style>
background-color css
<style>
a { background-color: #C302C0; }
a { background-color: rgb(195,2,192); }
div.DivClassName
{
background-color: #C302C0;
}
.BgClassName
{
background-color: #C302C0;
}
</style>
border-color css
<style>
span { border-color: #C302C0; }
span { border-color: rgb(195,2,192); }
td.TdClassName
{
border-color: #C302C0;
}
.TagClassName
{
border-color: #C302C0;
}
</style>