Shades of Deep Magenta #C203DA
Tints of Deep Magenta #C203DA
RGB
CMYK
RGB Variations
Color information
#C203DA (or 0xC203DA) is known color: Deep Magenta. HEX triplet: C2, 03 and DA. RGB value is (194,3,218). Sum of RGB (Red+Green+Blue) = 194+3+218=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #C203DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203DA is #3DFC25. Grayscale: #535353. Windows color (decimal): -4062246 or 14287810. OLE color: 14287810.
HSL color Cylindrical-coordinate representation of color #C203DA: hue angle of 293.3º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203DA is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 3 | 218 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.15 |
| HSL | 293.3º | 0.97% | 0.43% | - |
| HSV(B) | 293.3º | 0.99% | 0.85% | - |
| XYZ | 34.94 | 16.6 | 67.69 | - |
| YUV | 84.62 | 203.28 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 218 | 0.11 | 0.99 | 0 | 0.15 | 293.3 | 0.97 | 0.43 |
| Hex | C2 | 3 | DA | B | 63 | 0 | F | 125 | 61 | 2B |
| Octal | 302 | 3 | 332 | 13 | 143 | 0 | 17 | 445 | 141 | 53 |
| Binary | 11000010 | 11 | 11011010 | 1011 | 1100011 | 0 | 1111 | 100100101 | 1100001 | 101011 |
Color Harmonies of #C203DA
Complementary color
Monochromatic Colors of #C203DA
Black with #C203DA
Text Example
Text Example
White with #C203DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203DA; }
p { color: rgb(194,3,218); }
H1.HeaderClassName
{
color: #C203DA;
}
.AnyTagClassName
{
color: #C203DA;
}
</style>
background-color css
<style>
a { background-color: #C203DA; }
a { background-color: rgb(194,3,218); }
div.DivClassName
{
background-color: #C203DA;
}
.BgClassName
{
background-color: #C203DA;
}
</style>
border-color css
<style>
span { border-color: #C203DA; }
span { border-color: rgb(194,3,218); }
td.TdClassName
{
border-color: #C203DA;
}
.TagClassName
{
border-color: #C203DA;
}
</style>