Shades of Deep Magenta #C203CC
Tints of Deep Magenta #C203CC
RGB
CMYK
RGB Variations
Color information
#C203CC (or 0xC203CC) is known color: Deep Magenta. HEX triplet: C2, 03 and CC. RGB value is (194,3,204). Sum of RGB (Red+Green+Blue) = 194+3+204=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #C203CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203CC is #3DFC33. Grayscale: #525252. Windows color (decimal): -4062260 or 13370306. OLE color: 13370306.
HSL color Cylindrical-coordinate representation of color #C203CC: hue angle of 297.01º 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 #C203CC is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 3 | 204 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.2 |
| HSL | 297.01º | 0.97% | 0.41% | - |
| HSV(B) | 297.01º | 0.99% | 0.8% | - |
| XYZ | 33.18 | 15.89 | 58.45 | - |
| YUV | 83.02 | 196.28 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 204 | 0.05 | 0.99 | 0 | 0.2 | 297.01 | 0.97 | 0.41 |
| Hex | C2 | 3 | CC | 5 | 63 | 0 | 14 | 129 | 61 | 29 |
| Octal | 302 | 3 | 314 | 5 | 143 | 0 | 24 | 451 | 141 | 51 |
| Binary | 11000010 | 11 | 11001100 | 101 | 1100011 | 0 | 10100 | 100101001 | 1100001 | 101001 |
Color Harmonies of #C203CC
Complementary color
Monochromatic Colors of #C203CC
Black with #C203CC
Text Example
Text Example
White with #C203CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203CC; }
p { color: rgb(194,3,204); }
H1.HeaderClassName
{
color: #C203CC;
}
.AnyTagClassName
{
color: #C203CC;
}
</style>
background-color css
<style>
a { background-color: #C203CC; }
a { background-color: rgb(194,3,204); }
div.DivClassName
{
background-color: #C203CC;
}
.BgClassName
{
background-color: #C203CC;
}
</style>
border-color css
<style>
span { border-color: #C203CC; }
span { border-color: rgb(194,3,204); }
td.TdClassName
{
border-color: #C203CC;
}
.TagClassName
{
border-color: #C203CC;
}
</style>