Shades of Deep Magenta #C30CDE
Tints of Deep Magenta #C30CDE
RGB
CMYK
RGB Variations
Color information
#C30CDE (or 0xC30CDE) is known color: Deep Magenta. HEX triplet: C3, 0C and DE. RGB value is (195,12,222). Sum of RGB (Red+Green+Blue) = 195+12+222=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #C30CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CDE is #3CF321. Grayscale: #5A5A5A. Windows color (decimal): -3994402 or 14552259. OLE color: 14552259.
HSL color Cylindrical-coordinate representation of color #C30CDE: hue angle of 292.29º 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 #C30CDE is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 12 | 222 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.13 |
| HSL | 292.29º | 0.9% | 0.46% | - |
| HSV(B) | 292.29º | 0.95% | 0.87% | - |
| XYZ | 35.82 | 17.14 | 70.53 | - |
| YUV | 90.66 | 202.13 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 222 | 0.12 | 0.95 | 0 | 0.13 | 292.29 | 0.9 | 0.46 |
| Hex | C3 | C | DE | C | 5F | 0 | D | 124 | 5A | 2E |
| Octal | 303 | 14 | 336 | 14 | 137 | 0 | 15 | 444 | 132 | 56 |
| Binary | 11000011 | 1100 | 11011110 | 1100 | 1011111 | 0 | 1101 | 100100100 | 1011010 | 101110 |
Color Harmonies of #C30CDE
Complementary color
Monochromatic Colors of #C30CDE
Black with #C30CDE
Text Example
Text Example
White with #C30CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CDE; }
p { color: rgb(195,12,222); }
H1.HeaderClassName
{
color: #C30CDE;
}
.AnyTagClassName
{
color: #C30CDE;
}
</style>
background-color css
<style>
a { background-color: #C30CDE; }
a { background-color: rgb(195,12,222); }
div.DivClassName
{
background-color: #C30CDE;
}
.BgClassName
{
background-color: #C30CDE;
}
</style>
border-color css
<style>
span { border-color: #C30CDE; }
span { border-color: rgb(195,12,222); }
td.TdClassName
{
border-color: #C30CDE;
}
.TagClassName
{
border-color: #C30CDE;
}
</style>