Shades of Deep Magenta #C30CAA
Tints of Deep Magenta #C30CAA
RGB
CMYK
RGB Variations
Color information
#C30CAA (or 0xC30CAA) is known color: Deep Magenta. HEX triplet: C3, 0C and AA. RGB value is (195,12,170). Sum of RGB (Red+Green+Blue) = 195+12+170=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CAA is #3CF355. Grayscale: #545454. Windows color (decimal): -3994454 or 11144387. OLE color: 11144387.
HSL color Cylindrical-coordinate representation of color #C30CAA: hue angle of 308.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CAA is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.24 |
| HSL | 308.2º | 0.88% | 0.41% | - |
| HSV(B) | 308.2º | 0.94% | 0.76% | - |
| XYZ | 29.89 | 14.77 | 39.31 | - |
| YUV | 84.73 | 176.13 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 170 | 0 | 0.94 | 0.13 | 0.24 | 308.2 | 0.88 | 0.41 |
| Hex | C3 | C | AA | 0 | 5E | D | 18 | 134 | 58 | 29 |
| Octal | 303 | 14 | 252 | 0 | 136 | 15 | 30 | 464 | 130 | 51 |
| Binary | 11000011 | 1100 | 10101010 | 0 | 1011110 | 1101 | 11000 | 100110100 | 1011000 | 101001 |
Color Harmonies of #C30CAA
Complementary color
Monochromatic Colors of #C30CAA
Black with #C30CAA
Text Example
Text Example
White with #C30CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CAA; }
p { color: rgb(195,12,170); }
H1.HeaderClassName
{
color: #C30CAA;
}
.AnyTagClassName
{
color: #C30CAA;
}
</style>
background-color css
<style>
a { background-color: #C30CAA; }
a { background-color: rgb(195,12,170); }
div.DivClassName
{
background-color: #C30CAA;
}
.BgClassName
{
background-color: #C30CAA;
}
</style>
border-color css
<style>
span { border-color: #C30CAA; }
span { border-color: rgb(195,12,170); }
td.TdClassName
{
border-color: #C30CAA;
}
.TagClassName
{
border-color: #C30CAA;
}
</style>