Shades of Deep Magenta #C403CD
Tints of Deep Magenta #C403CD
RGB
CMYK
RGB Variations
Color information
#C403CD (or 0xC403CD) is known color: Deep Magenta. HEX triplet: C4, 03 and CD. RGB value is (196,3,205). Sum of RGB (Red+Green+Blue) = 196+3+205=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #C403CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403CD is #3BFC32. Grayscale: #535353. Windows color (decimal): -3931187 or 13435844. OLE color: 13435844.
HSL color Cylindrical-coordinate representation of color #C403CD: hue angle of 297.33º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403CD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 3 | 205 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.20 |
| HSL | 297.33º | 0.97% | 0.41% | - |
| HSV(B) | 297.33º | 0.99% | 0.8% | - |
| XYZ | 33.82 | 16.21 | 59.1 | - |
| YUV | 83.74 | 196.44 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 205 | 0.04 | 0.99 | 0 | 0.20 | 297.33 | 0.97 | 0.41 |
| Hex | C4 | 3 | CD | 4 | 63 | 0 | 14 | 129 | 61 | 29 |
| Octal | 304 | 3 | 315 | 4 | 143 | 0 | 24 | 451 | 141 | 51 |
| Binary | 11000100 | 11 | 11001101 | 100 | 1100011 | 0 | 10100 | 100101001 | 1100001 | 101001 |
Color Harmonies of #C403CD
Complementary color
Monochromatic Colors of #C403CD
Black with #C403CD
Text Example
Text Example
White with #C403CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403CD; }
p { color: rgb(196,3,205); }
H1.HeaderClassName
{
color: #C403CD;
}
.AnyTagClassName
{
color: #C403CD;
}
</style>
background-color css
<style>
a { background-color: #C403CD; }
a { background-color: rgb(196,3,205); }
div.DivClassName
{
background-color: #C403CD;
}
.BgClassName
{
background-color: #C403CD;
}
</style>
border-color css
<style>
span { border-color: #C403CD; }
span { border-color: rgb(196,3,205); }
td.TdClassName
{
border-color: #C403CD;
}
.TagClassName
{
border-color: #C403CD;
}
</style>