Shades of Deep Magenta #C30CDD
Tints of Deep Magenta #C30CDD
RGB
CMYK
RGB Variations
Color information
#C30CDD (or 0xC30CDD) is known color: Deep Magenta. HEX triplet: C3, 0C and DD. RGB value is (195,12,221). Sum of RGB (Red+Green+Blue) = 195+12+221=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #C30CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CDD is #3CF322. Grayscale: #595959. Windows color (decimal): -3994403 or 14486723. OLE color: 14486723.
HSL color Cylindrical-coordinate representation of color #C30CDD: hue angle of 292.54º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30CDD is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 12 | 221 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.13 |
| HSL | 292.54º | 0.9% | 0.46% | - |
| HSV(B) | 292.54º | 0.95% | 0.87% | - |
| XYZ | 35.69 | 17.09 | 69.82 | - |
| YUV | 90.54 | 201.63 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 221 | 0.12 | 0.95 | 0 | 0.13 | 292.54 | 0.9 | 0.46 |
| Hex | C3 | C | DD | C | 5F | 0 | D | 125 | 5A | 2E |
| Octal | 303 | 14 | 335 | 14 | 137 | 0 | 15 | 445 | 132 | 56 |
| Binary | 11000011 | 1100 | 11011101 | 1100 | 1011111 | 0 | 1101 | 100100101 | 1011010 | 101110 |
Color Harmonies of #C30CDD
Complementary color
Monochromatic Colors of #C30CDD
Black with #C30CDD
Text Example
Text Example
White with #C30CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CDD; }
p { color: rgb(195,12,221); }
H1.HeaderClassName
{
color: #C30CDD;
}
.AnyTagClassName
{
color: #C30CDD;
}
</style>
background-color css
<style>
a { background-color: #C30CDD; }
a { background-color: rgb(195,12,221); }
div.DivClassName
{
background-color: #C30CDD;
}
.BgClassName
{
background-color: #C30CDD;
}
</style>
border-color css
<style>
span { border-color: #C30CDD; }
span { border-color: rgb(195,12,221); }
td.TdClassName
{
border-color: #C30CDD;
}
.TagClassName
{
border-color: #C30CDD;
}
</style>