Shades of Deep Magenta #C302AE
Tints of Deep Magenta #C302AE
RGB
CMYK
RGB Variations
Color information
#C302AE (or 0xC302AE) is known color: Deep Magenta. HEX triplet: C3, 02 and AE. RGB value is (195,2,174). Sum of RGB (Red+Green+Blue) = 195+2+174=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C302AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C302AE is #3CFD51. Grayscale: #4E4E4E. Windows color (decimal): -3997010 or 11403971. OLE color: 11403971.
HSL color Cylindrical-coordinate representation of color #C302AE: hue angle of 306.53º 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 #C302AE is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 174 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.24 |
| HSL | 306.53º | 0.98% | 0.39% | - |
| HSV(B) | 306.53º | 0.99% | 0.76% | - |
| XYZ | 30.17 | 14.7 | 41.29 | - |
| YUV | 79.32 | 181.44 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 174 | 0 | 0.99 | 0.11 | 0.24 | 306.53 | 0.98 | 0.39 |
| Hex | C3 | 2 | AE | 0 | 63 | B | 18 | 133 | 62 | 27 |
| Octal | 303 | 2 | 256 | 0 | 143 | 13 | 30 | 463 | 142 | 47 |
| Binary | 11000011 | 10 | 10101110 | 0 | 1100011 | 1011 | 11000 | 100110011 | 1100010 | 100111 |
Color Harmonies of #C302AE
Complementary color
Monochromatic Colors of #C302AE
Black with #C302AE
Text Example
Text Example
White with #C302AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302AE; }
p { color: rgb(195,2,174); }
H1.HeaderClassName
{
color: #C302AE;
}
.AnyTagClassName
{
color: #C302AE;
}
</style>
background-color css
<style>
a { background-color: #C302AE; }
a { background-color: rgb(195,2,174); }
div.DivClassName
{
background-color: #C302AE;
}
.BgClassName
{
background-color: #C302AE;
}
</style>
border-color css
<style>
span { border-color: #C302AE; }
span { border-color: rgb(195,2,174); }
td.TdClassName
{
border-color: #C302AE;
}
.TagClassName
{
border-color: #C302AE;
}
</style>