Shades of Deep Magenta #C40FDA
Tints of Deep Magenta #C40FDA
RGB
CMYK
RGB Variations
Color information
#C40FDA (or 0xC40FDA) is known color: Deep Magenta. HEX triplet: C4, 0F and DA. RGB value is (196,15,218). Sum of RGB (Red+Green+Blue) = 196+15+218=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #C40FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FDA is #3BF025. Grayscale: #5B5B5B. Windows color (decimal): -3928102 or 14290884. OLE color: 14290884.
HSL color Cylindrical-coordinate representation of color #C40FDA: hue angle of 293.5º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40FDA is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 15 | 218 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.15 |
| HSL | 293.5º | 0.87% | 0.46% | - |
| HSV(B) | 293.5º | 0.93% | 0.85% | - |
| XYZ | 35.59 | 17.14 | 67.76 | - |
| YUV | 92.26 | 198.97 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 218 | 0.10 | 0.93 | 0 | 0.15 | 293.5 | 0.87 | 0.46 |
| Hex | C4 | F | DA | A | 5D | 0 | F | 125 | 57 | 2E |
| Octal | 304 | 17 | 332 | 12 | 135 | 0 | 17 | 445 | 127 | 56 |
| Binary | 11000100 | 1111 | 11011010 | 1010 | 1011101 | 0 | 1111 | 100100101 | 1010111 | 101110 |
Color Harmonies of #C40FDA
Complementary color
Monochromatic Colors of #C40FDA
Black with #C40FDA
Text Example
Text Example
White with #C40FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FDA; }
p { color: rgb(196,15,218); }
H1.HeaderClassName
{
color: #C40FDA;
}
.AnyTagClassName
{
color: #C40FDA;
}
</style>
background-color css
<style>
a { background-color: #C40FDA; }
a { background-color: rgb(196,15,218); }
div.DivClassName
{
background-color: #C40FDA;
}
.BgClassName
{
background-color: #C40FDA;
}
</style>
border-color css
<style>
span { border-color: #C40FDA; }
span { border-color: rgb(196,15,218); }
td.TdClassName
{
border-color: #C40FDA;
}
.TagClassName
{
border-color: #C40FDA;
}
</style>