Shades of Deep Magenta #C203C1
Tints of Deep Magenta #C203C1
RGB
CMYK
RGB Variations
Color information
#C203C1 (or 0xC203C1) is known color: Deep Magenta. HEX triplet: C2, 03 and C1. RGB value is (194,3,193). Sum of RGB (Red+Green+Blue) = 194+3+193=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C203C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203C1 is #3DFC3E. Grayscale: #515151. Windows color (decimal): -4062271 or 12649410. OLE color: 12649410.
HSL color Cylindrical-coordinate representation of color #C203C1: hue angle of 300.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C203C1 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 193 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.24 |
| HSL | 300.31º | 0.97% | 0.39% | - |
| HSV(B) | 300.31º | 0.98% | 0.76% | - |
| XYZ | 31.91 | 15.38 | 51.74 | - |
| YUV | 81.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 193 | 0 | 0.98 | 0.01 | 0.24 | 300.31 | 0.97 | 0.39 |
| Hex | C2 | 3 | C1 | 0 | 62 | 1 | 18 | 12C | 61 | 27 |
| Octal | 302 | 3 | 301 | 0 | 142 | 1 | 30 | 454 | 141 | 47 |
| Binary | 11000010 | 11 | 11000001 | 0 | 1100010 | 1 | 11000 | 100101100 | 1100001 | 100111 |
Color Harmonies of #C203C1
Complementary color
Monochromatic Colors of #C203C1
Black with #C203C1
Text Example
Text Example
White with #C203C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203C1; }
p { color: rgb(194,3,193); }
H1.HeaderClassName
{
color: #C203C1;
}
.AnyTagClassName
{
color: #C203C1;
}
</style>
background-color css
<style>
a { background-color: #C203C1; }
a { background-color: rgb(194,3,193); }
div.DivClassName
{
background-color: #C203C1;
}
.BgClassName
{
background-color: #C203C1;
}
</style>
border-color css
<style>
span { border-color: #C203C1; }
span { border-color: rgb(194,3,193); }
td.TdClassName
{
border-color: #C203C1;
}
.TagClassName
{
border-color: #C203C1;
}
</style>