Shades of Deep Magenta #C30FAA
Tints of Deep Magenta #C30FAA
RGB
CMYK
RGB Variations
Color information
#C30FAA (or 0xC30FAA) is known color: Deep Magenta. HEX triplet: C3, 0F and AA. RGB value is (195,15,170). Sum of RGB (Red+Green+Blue) = 195+15+170=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30FAA is #3CF055. Grayscale: #565656. Windows color (decimal): -3993686 or 11145155. OLE color: 11145155.
HSL color Cylindrical-coordinate representation of color #C30FAA: hue angle of 308.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30FAA is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 170 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.24 |
| HSL | 308.33º | 0.86% | 0.41% | - |
| HSV(B) | 308.33º | 0.92% | 0.76% | - |
| XYZ | 29.93 | 14.85 | 39.32 | - |
| YUV | 86.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 170 | 0 | 0.92 | 0.13 | 0.24 | 308.33 | 0.86 | 0.41 |
| Hex | C3 | F | AA | 0 | 5C | D | 18 | 134 | 56 | 29 |
| Octal | 303 | 17 | 252 | 0 | 134 | 15 | 30 | 464 | 126 | 51 |
| Binary | 11000011 | 1111 | 10101010 | 0 | 1011100 | 1101 | 11000 | 100110100 | 1010110 | 101001 |
Color Harmonies of #C30FAA
Complementary color
Monochromatic Colors of #C30FAA
Black with #C30FAA
Text Example
Text Example
White with #C30FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FAA; }
p { color: rgb(195,15,170); }
H1.HeaderClassName
{
color: #C30FAA;
}
.AnyTagClassName
{
color: #C30FAA;
}
</style>
background-color css
<style>
a { background-color: #C30FAA; }
a { background-color: rgb(195,15,170); }
div.DivClassName
{
background-color: #C30FAA;
}
.BgClassName
{
background-color: #C30FAA;
}
</style>
border-color css
<style>
span { border-color: #C30FAA; }
span { border-color: rgb(195,15,170); }
td.TdClassName
{
border-color: #C30FAA;
}
.TagClassName
{
border-color: #C30FAA;
}
</style>