Shades of Deep Magenta #C405CD
Tints of Deep Magenta #C405CD
RGB
CMYK
RGB Variations
Color information
#C405CD (or 0xC405CD) is known color: Deep Magenta. HEX triplet: C4, 05 and CD. RGB value is (196,5,205). Sum of RGB (Red+Green+Blue) = 196+5+205=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #C405CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405CD is #3BFA32. Grayscale: #545454. Windows color (decimal): -3930675 or 13436356. OLE color: 13436356.
HSL color Cylindrical-coordinate representation of color #C405CD: hue angle of 297.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405CD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 5 | 205 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.20 |
| HSL | 297.3º | 0.95% | 0.41% | - |
| HSV(B) | 297.3º | 0.98% | 0.8% | - |
| XYZ | 33.84 | 16.25 | 59.11 | - |
| YUV | 84.91 | 195.78 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 205 | 0.04 | 0.98 | 0 | 0.20 | 297.3 | 0.95 | 0.41 |
| Hex | C4 | 5 | CD | 4 | 62 | 0 | 14 | 129 | 5F | 29 |
| Octal | 304 | 5 | 315 | 4 | 142 | 0 | 24 | 451 | 137 | 51 |
| Binary | 11000100 | 101 | 11001101 | 100 | 1100010 | 0 | 10100 | 100101001 | 1011111 | 101001 |
Color Harmonies of #C405CD
Complementary color
Monochromatic Colors of #C405CD
Black with #C405CD
Text Example
Text Example
White with #C405CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405CD; }
p { color: rgb(196,5,205); }
H1.HeaderClassName
{
color: #C405CD;
}
.AnyTagClassName
{
color: #C405CD;
}
</style>
background-color css
<style>
a { background-color: #C405CD; }
a { background-color: rgb(196,5,205); }
div.DivClassName
{
background-color: #C405CD;
}
.BgClassName
{
background-color: #C405CD;
}
</style>
border-color css
<style>
span { border-color: #C405CD; }
span { border-color: rgb(196,5,205); }
td.TdClassName
{
border-color: #C405CD;
}
.TagClassName
{
border-color: #C405CD;
}
</style>