Shades of Deep Magenta #C30AD7
Tints of Deep Magenta #C30AD7
RGB
CMYK
RGB Variations
Color information
#C30AD7 (or 0xC30AD7) is known color: Deep Magenta. HEX triplet: C3, 0A and D7. RGB value is (195,10,215). Sum of RGB (Red+Green+Blue) = 195+10+215=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #C30AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30AD7 is #3CF528. Grayscale: #585858. Windows color (decimal): -3994921 or 14092995. OLE color: 14092995.
HSL color Cylindrical-coordinate representation of color #C30AD7: hue angle of 294.15º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30AD7 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 10 | 215 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.16 |
| HSL | 294.15º | 0.91% | 0.44% | - |
| HSV(B) | 294.15º | 0.95% | 0.84% | - |
| XYZ | 34.88 | 16.73 | 65.68 | - |
| YUV | 88.69 | 199.29 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 215 | 0.09 | 0.95 | 0 | 0.16 | 294.15 | 0.91 | 0.44 |
| Hex | C3 | A | D7 | 9 | 5F | 0 | 10 | 126 | 5B | 2C |
| Octal | 303 | 12 | 327 | 11 | 137 | 0 | 20 | 446 | 133 | 54 |
| Binary | 11000011 | 1010 | 11010111 | 1001 | 1011111 | 0 | 10000 | 100100110 | 1011011 | 101100 |
Color Harmonies of #C30AD7
Complementary color
Monochromatic Colors of #C30AD7
Black with #C30AD7
Text Example
Text Example
White with #C30AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AD7; }
p { color: rgb(195,10,215); }
H1.HeaderClassName
{
color: #C30AD7;
}
.AnyTagClassName
{
color: #C30AD7;
}
</style>
background-color css
<style>
a { background-color: #C30AD7; }
a { background-color: rgb(195,10,215); }
div.DivClassName
{
background-color: #C30AD7;
}
.BgClassName
{
background-color: #C30AD7;
}
</style>
border-color css
<style>
span { border-color: #C30AD7; }
span { border-color: rgb(195,10,215); }
td.TdClassName
{
border-color: #C30AD7;
}
.TagClassName
{
border-color: #C30AD7;
}
</style>