Shades of Deep Magenta #C200CC
Tints of Deep Magenta #C200CC
RGB
CMYK
RGB Variations
Color information
#C200CC (or 0xC200CC) is known color: Deep Magenta. HEX triplet: C2, 00 and CC. RGB value is (194,0,204). Sum of RGB (Red+Green+Blue) = 194+0+204=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #C200CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200CC is #3DFF33. Grayscale: #505050. Windows color (decimal): -4063028 or 13369538. OLE color: 13369538.
HSL color Cylindrical-coordinate representation of color #C200CC: hue angle of 297.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200CC is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 0 | 204 | - |
| CMYK | 0.05 | 1 | 0 | 0.2 |
| HSL | 297.06º | 1% | 0.4% | - |
| HSV(B) | 297.06º | 1% | 0.8% | - |
| XYZ | 33.15 | 15.83 | 58.43 | - |
| YUV | 81.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 204 | 0.05 | 1 | 0 | 0.2 | 297.06 | 1 | 0.4 |
| Hex | C2 | 0 | CC | 5 | 64 | 0 | 14 | 129 | 64 | 28 |
| Octal | 302 | 0 | 314 | 5 | 144 | 0 | 24 | 451 | 144 | 50 |
| Binary | 11000010 | 0 | 11001100 | 101 | 1100100 | 0 | 10100 | 100101001 | 1100100 | 101000 |
Color Harmonies of #C200CC
Complementary color
Monochromatic Colors of #C200CC
Black with #C200CC
Text Example
Text Example
White with #C200CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200CC; }
p { color: rgb(194,0,204); }
H1.HeaderClassName
{
color: #C200CC;
}
.AnyTagClassName
{
color: #C200CC;
}
</style>
background-color css
<style>
a { background-color: #C200CC; }
a { background-color: rgb(194,0,204); }
div.DivClassName
{
background-color: #C200CC;
}
.BgClassName
{
background-color: #C200CC;
}
</style>
border-color css
<style>
span { border-color: #C200CC; }
span { border-color: rgb(194,0,204); }
td.TdClassName
{
border-color: #C200CC;
}
.TagClassName
{
border-color: #C200CC;
}
</style>