Shades of Deep Magenta #C203C4
Tints of Deep Magenta #C203C4
RGB
CMYK
RGB Variations
Color information
#C203C4 (or 0xC203C4) is known color: Deep Magenta. HEX triplet: C2, 03 and C4. RGB value is (194,3,196). Sum of RGB (Red+Green+Blue) = 194+3+196=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #C203C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203C4 is #3DFC3B. Grayscale: #515151. Windows color (decimal): -4062268 or 12846018. OLE color: 12846018.
HSL color Cylindrical-coordinate representation of color #C203C4: hue angle of 299.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C203C4 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 3 | 196 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.23 |
| HSL | 299.38º | 0.97% | 0.39% | - |
| HSV(B) | 299.38º | 0.98% | 0.77% | - |
| XYZ | 32.24 | 15.52 | 53.52 | - |
| YUV | 82.11 | 192.28 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 196 | 0.01 | 0.98 | 0 | 0.23 | 299.38 | 0.97 | 0.39 |
| Hex | C2 | 3 | C4 | 1 | 62 | 0 | 17 | 12B | 61 | 27 |
| Octal | 302 | 3 | 304 | 1 | 142 | 0 | 27 | 453 | 141 | 47 |
| Binary | 11000010 | 11 | 11000100 | 1 | 1100010 | 0 | 10111 | 100101011 | 1100001 | 100111 |
Color Harmonies of #C203C4
Complementary color
Monochromatic Colors of #C203C4
Black with #C203C4
Text Example
Text Example
White with #C203C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203C4; }
p { color: rgb(194,3,196); }
H1.HeaderClassName
{
color: #C203C4;
}
.AnyTagClassName
{
color: #C203C4;
}
</style>
background-color css
<style>
a { background-color: #C203C4; }
a { background-color: rgb(194,3,196); }
div.DivClassName
{
background-color: #C203C4;
}
.BgClassName
{
background-color: #C203C4;
}
</style>
border-color css
<style>
span { border-color: #C203C4; }
span { border-color: rgb(194,3,196); }
td.TdClassName
{
border-color: #C203C4;
}
.TagClassName
{
border-color: #C203C4;
}
</style>