Shades of Deep Magenta #C205C4
Tints of Deep Magenta #C205C4
RGB
CMYK
RGB Variations
Color information
#C205C4 (or 0xC205C4) is known color: Deep Magenta. HEX triplet: C2, 05 and C4. RGB value is (194,5,196). Sum of RGB (Red+Green+Blue) = 194+5+196=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #C205C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205C4 is #3DFA3B. Grayscale: #525252. Windows color (decimal): -4061756 or 12846530. OLE color: 12846530.
HSL color Cylindrical-coordinate representation of color #C205C4: hue angle of 299.37º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C205C4 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 5 | 196 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.23 |
| HSL | 299.37º | 0.95% | 0.39% | - |
| HSV(B) | 299.37º | 0.97% | 0.77% | - |
| XYZ | 32.27 | 15.56 | 53.53 | - |
| YUV | 83.29 | 191.62 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 196 | 0.01 | 0.97 | 0 | 0.23 | 299.37 | 0.95 | 0.39 |
| Hex | C2 | 5 | C4 | 1 | 61 | 0 | 17 | 12B | 5F | 27 |
| Octal | 302 | 5 | 304 | 1 | 141 | 0 | 27 | 453 | 137 | 47 |
| Binary | 11000010 | 101 | 11000100 | 1 | 1100001 | 0 | 10111 | 100101011 | 1011111 | 100111 |
Color Harmonies of #C205C4
Complementary color
Monochromatic Colors of #C205C4
Black with #C205C4
Text Example
Text Example
White with #C205C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205C4; }
p { color: rgb(194,5,196); }
H1.HeaderClassName
{
color: #C205C4;
}
.AnyTagClassName
{
color: #C205C4;
}
</style>
background-color css
<style>
a { background-color: #C205C4; }
a { background-color: rgb(194,5,196); }
div.DivClassName
{
background-color: #C205C4;
}
.BgClassName
{
background-color: #C205C4;
}
</style>
border-color css
<style>
span { border-color: #C205C4; }
span { border-color: rgb(194,5,196); }
td.TdClassName
{
border-color: #C205C4;
}
.TagClassName
{
border-color: #C205C4;
}
</style>