Shades of Deep Magenta #C302AC
Tints of Deep Magenta #C302AC
RGB
CMYK
RGB Variations
Color information
#C302AC (or 0xC302AC) is known color: Deep Magenta. HEX triplet: C3, 02 and AC. RGB value is (195,2,172). Sum of RGB (Red+Green+Blue) = 195+2+172=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C302AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C302AC is #3CFD53. Grayscale: #4E4E4E. Windows color (decimal): -3997012 or 11272899. OLE color: 11272899.
HSL color Cylindrical-coordinate representation of color #C302AC: hue angle of 307.15º 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 #C302AC is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.24 |
| HSL | 307.15º | 0.98% | 0.39% | - |
| HSV(B) | 307.15º | 0.99% | 0.76% | - |
| XYZ | 29.97 | 14.62 | 40.27 | - |
| YUV | 79.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 172 | 0 | 0.99 | 0.12 | 0.24 | 307.15 | 0.98 | 0.39 |
| Hex | C3 | 2 | AC | 0 | 63 | C | 18 | 133 | 62 | 27 |
| Octal | 303 | 2 | 254 | 0 | 143 | 14 | 30 | 463 | 142 | 47 |
| Binary | 11000011 | 10 | 10101100 | 0 | 1100011 | 1100 | 11000 | 100110011 | 1100010 | 100111 |
Color Harmonies of #C302AC
Complementary color
Monochromatic Colors of #C302AC
Black with #C302AC
Text Example
Text Example
White with #C302AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302AC; }
p { color: rgb(195,2,172); }
H1.HeaderClassName
{
color: #C302AC;
}
.AnyTagClassName
{
color: #C302AC;
}
</style>
background-color css
<style>
a { background-color: #C302AC; }
a { background-color: rgb(195,2,172); }
div.DivClassName
{
background-color: #C302AC;
}
.BgClassName
{
background-color: #C302AC;
}
</style>
border-color css
<style>
span { border-color: #C302AC; }
span { border-color: rgb(195,2,172); }
td.TdClassName
{
border-color: #C302AC;
}
.TagClassName
{
border-color: #C302AC;
}
</style>