Shades of Deep Magenta #C302CA
Tints of Deep Magenta #C302CA
RGB
CMYK
RGB Variations
Color information
#C302CA (or 0xC302CA) is known color: Deep Magenta. HEX triplet: C3, 02 and CA. RGB value is (195,2,202). Sum of RGB (Red+Green+Blue) = 195+2+202=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #C302CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302CA is #3CFD35. Grayscale: #515151. Windows color (decimal): -3996982 or 13238979. OLE color: 13238979.
HSL color Cylindrical-coordinate representation of color #C302CA: hue angle of 297.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302CA is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 2 | 202 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.21 |
| HSL | 297.9º | 0.98% | 0.4% | - |
| HSV(B) | 297.9º | 0.99% | 0.79% | - |
| XYZ | 33.19 | 15.91 | 57.2 | - |
| YUV | 82.51 | 195.44 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 202 | 0.03 | 0.99 | 0 | 0.21 | 297.9 | 0.98 | 0.4 |
| Hex | C3 | 2 | CA | 3 | 63 | 0 | 15 | 12A | 62 | 28 |
| Octal | 303 | 2 | 312 | 3 | 143 | 0 | 25 | 452 | 142 | 50 |
| Binary | 11000011 | 10 | 11001010 | 11 | 1100011 | 0 | 10101 | 100101010 | 1100010 | 101000 |
Color Harmonies of #C302CA
Complementary color
Monochromatic Colors of #C302CA
Black with #C302CA
Text Example
Text Example
White with #C302CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302CA; }
p { color: rgb(195,2,202); }
H1.HeaderClassName
{
color: #C302CA;
}
.AnyTagClassName
{
color: #C302CA;
}
</style>
background-color css
<style>
a { background-color: #C302CA; }
a { background-color: rgb(195,2,202); }
div.DivClassName
{
background-color: #C302CA;
}
.BgClassName
{
background-color: #C302CA;
}
</style>
border-color css
<style>
span { border-color: #C302CA; }
span { border-color: rgb(195,2,202); }
td.TdClassName
{
border-color: #C302CA;
}
.TagClassName
{
border-color: #C302CA;
}
</style>