Shades of Deep Magenta #C203CF
Tints of Deep Magenta #C203CF
RGB
CMYK
RGB Variations
Color information
#C203CF (or 0xC203CF) is known color: Deep Magenta. HEX triplet: C2, 03 and CF. RGB value is (194,3,207). Sum of RGB (Red+Green+Blue) = 194+3+207=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #C203CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203CF is #3DFC30. Grayscale: #525252. Windows color (decimal): -4062257 or 13566914. OLE color: 13566914.
HSL color Cylindrical-coordinate representation of color #C203CF: hue angle of 296.18º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203CF is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 3 | 207 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.19 |
| HSL | 296.18º | 0.97% | 0.41% | - |
| HSV(B) | 296.18º | 0.99% | 0.81% | - |
| XYZ | 33.54 | 16.04 | 60.36 | - |
| YUV | 83.37 | 197.78 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 207 | 0.06 | 0.99 | 0 | 0.19 | 296.18 | 0.97 | 0.41 |
| Hex | C2 | 3 | CF | 6 | 63 | 0 | 13 | 128 | 61 | 29 |
| Octal | 302 | 3 | 317 | 6 | 143 | 0 | 23 | 450 | 141 | 51 |
| Binary | 11000010 | 11 | 11001111 | 110 | 1100011 | 0 | 10011 | 100101000 | 1100001 | 101001 |
Color Harmonies of #C203CF
Complementary color
Monochromatic Colors of #C203CF
Black with #C203CF
Text Example
Text Example
White with #C203CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203CF; }
p { color: rgb(194,3,207); }
H1.HeaderClassName
{
color: #C203CF;
}
.AnyTagClassName
{
color: #C203CF;
}
</style>
background-color css
<style>
a { background-color: #C203CF; }
a { background-color: rgb(194,3,207); }
div.DivClassName
{
background-color: #C203CF;
}
.BgClassName
{
background-color: #C203CF;
}
</style>
border-color css
<style>
span { border-color: #C203CF; }
span { border-color: rgb(194,3,207); }
td.TdClassName
{
border-color: #C203CF;
}
.TagClassName
{
border-color: #C203CF;
}
</style>