Shades of Deep Magenta #C30CCD
Tints of Deep Magenta #C30CCD
RGB
CMYK
RGB Variations
Color information
#C30CCD (or 0xC30CCD) is known color: Deep Magenta. HEX triplet: C3, 0C and CD. RGB value is (195,12,205). Sum of RGB (Red+Green+Blue) = 195+12+205=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #C30CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CCD is #3CF332. Grayscale: #585858. Windows color (decimal): -3994419 or 13438147. OLE color: 13438147.
HSL color Cylindrical-coordinate representation of color #C30CCD: hue angle of 296.89º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CCD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 12 | 205 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.20 |
| HSL | 296.89º | 0.89% | 0.43% | - |
| HSV(B) | 296.89º | 0.94% | 0.8% | - |
| XYZ | 33.66 | 16.27 | 59.12 | - |
| YUV | 88.72 | 193.63 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 205 | 0.05 | 0.94 | 0 | 0.20 | 296.89 | 0.89 | 0.43 |
| Hex | C3 | C | CD | 5 | 5E | 0 | 14 | 129 | 59 | 2B |
| Octal | 303 | 14 | 315 | 5 | 136 | 0 | 24 | 451 | 131 | 53 |
| Binary | 11000011 | 1100 | 11001101 | 101 | 1011110 | 0 | 10100 | 100101001 | 1011001 | 101011 |
Color Harmonies of #C30CCD
Complementary color
Monochromatic Colors of #C30CCD
Black with #C30CCD
Text Example
Text Example
White with #C30CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CCD; }
p { color: rgb(195,12,205); }
H1.HeaderClassName
{
color: #C30CCD;
}
.AnyTagClassName
{
color: #C30CCD;
}
</style>
background-color css
<style>
a { background-color: #C30CCD; }
a { background-color: rgb(195,12,205); }
div.DivClassName
{
background-color: #C30CCD;
}
.BgClassName
{
background-color: #C30CCD;
}
</style>
border-color css
<style>
span { border-color: #C30CCD; }
span { border-color: rgb(195,12,205); }
td.TdClassName
{
border-color: #C30CCD;
}
.TagClassName
{
border-color: #C30CCD;
}
</style>