Shades of Deep Magenta #C205CC
Tints of Deep Magenta #C205CC
RGB
CMYK
RGB Variations
Color information
#C205CC (or 0xC205CC) is known color: Deep Magenta. HEX triplet: C2, 05 and CC. RGB value is (194,5,204). Sum of RGB (Red+Green+Blue) = 194+5+204=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #C205CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205CC is #3DFA33. Grayscale: #535353. Windows color (decimal): -4061748 or 13370818. OLE color: 13370818.
HSL color Cylindrical-coordinate representation of color #C205CC: hue angle of 296.98º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205CC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 5 | 204 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.2 |
| HSL | 296.98º | 0.95% | 0.41% | - |
| HSV(B) | 296.98º | 0.98% | 0.8% | - |
| XYZ | 33.2 | 15.94 | 58.45 | - |
| YUV | 84.2 | 195.62 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 204 | 0.05 | 0.98 | 0 | 0.2 | 296.98 | 0.95 | 0.41 |
| Hex | C2 | 5 | CC | 5 | 62 | 0 | 14 | 129 | 5F | 29 |
| Octal | 302 | 5 | 314 | 5 | 142 | 0 | 24 | 451 | 137 | 51 |
| Binary | 11000010 | 101 | 11001100 | 101 | 1100010 | 0 | 10100 | 100101001 | 1011111 | 101001 |
Color Harmonies of #C205CC
Complementary color
Monochromatic Colors of #C205CC
Black with #C205CC
Text Example
Text Example
White with #C205CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205CC; }
p { color: rgb(194,5,204); }
H1.HeaderClassName
{
color: #C205CC;
}
.AnyTagClassName
{
color: #C205CC;
}
</style>
background-color css
<style>
a { background-color: #C205CC; }
a { background-color: rgb(194,5,204); }
div.DivClassName
{
background-color: #C205CC;
}
.BgClassName
{
background-color: #C205CC;
}
</style>
border-color css
<style>
span { border-color: #C205CC; }
span { border-color: rgb(194,5,204); }
td.TdClassName
{
border-color: #C205CC;
}
.TagClassName
{
border-color: #C205CC;
}
</style>