Shades of Deep Magenta #C30CAD
Tints of Deep Magenta #C30CAD
RGB
CMYK
RGB Variations
Color information
#C30CAD (or 0xC30CAD) is known color: Deep Magenta. HEX triplet: C3, 0C and AD. RGB value is (195,12,173). Sum of RGB (Red+Green+Blue) = 195+12+173=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CAD is #3CF352. Grayscale: #545454. Windows color (decimal): -3994451 or 11340995. OLE color: 11340995.
HSL color Cylindrical-coordinate representation of color #C30CAD: hue angle of 307.21º 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 #C30CAD is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 173 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.24 |
| HSL | 307.21º | 0.88% | 0.41% | - |
| HSV(B) | 307.21º | 0.94% | 0.76% | - |
| XYZ | 30.18 | 14.88 | 40.82 | - |
| YUV | 85.07 | 177.63 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 173 | 0 | 0.94 | 0.11 | 0.24 | 307.21 | 0.88 | 0.41 |
| Hex | C3 | C | AD | 0 | 5E | B | 18 | 133 | 58 | 29 |
| Octal | 303 | 14 | 255 | 0 | 136 | 13 | 30 | 463 | 130 | 51 |
| Binary | 11000011 | 1100 | 10101101 | 0 | 1011110 | 1011 | 11000 | 100110011 | 1011000 | 101001 |
Color Harmonies of #C30CAD
Complementary color
Monochromatic Colors of #C30CAD
Black with #C30CAD
Text Example
Text Example
White with #C30CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CAD; }
p { color: rgb(195,12,173); }
H1.HeaderClassName
{
color: #C30CAD;
}
.AnyTagClassName
{
color: #C30CAD;
}
</style>
background-color css
<style>
a { background-color: #C30CAD; }
a { background-color: rgb(195,12,173); }
div.DivClassName
{
background-color: #C30CAD;
}
.BgClassName
{
background-color: #C30CAD;
}
</style>
border-color css
<style>
span { border-color: #C30CAD; }
span { border-color: rgb(195,12,173); }
td.TdClassName
{
border-color: #C30CAD;
}
.TagClassName
{
border-color: #C30CAD;
}
</style>