Shades of Deep Magenta #C81CC4
Tints of Deep Magenta #C81CC4
RGB
CMYK
RGB Variations
Color information
#C81CC4 (or 0xC81CC4) is known color: Deep Magenta. HEX triplet: C8, 1C and C4. RGB value is (200,28,196). Sum of RGB (Red+Green+Blue) = 200+28+196=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C81CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CC4 is #37E33B. Grayscale: #626262. Windows color (decimal): -3662652 or 12852424. OLE color: 12852424.
HSL color Cylindrical-coordinate representation of color #C81CC4: hue angle of 301.4º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81CC4 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 196 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.22 |
| HSL | 301.4º | 0.75% | 0.45% | - |
| HSV(B) | 301.4º | 0.86% | 0.78% | - |
| XYZ | 34.2 | 17.1 | 53.72 | - |
| YUV | 98.58 | 182.98 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 196 | 0 | 0.86 | 0.02 | 0.22 | 301.4 | 0.75 | 0.45 |
| Hex | C8 | 1C | C4 | 0 | 56 | 2 | 16 | 12D | 4B | 2D |
| Octal | 310 | 34 | 304 | 0 | 126 | 2 | 26 | 455 | 113 | 55 |
| Binary | 11001000 | 11100 | 11000100 | 0 | 1010110 | 10 | 10110 | 100101101 | 1001011 | 101101 |
Color Harmonies of #C81CC4
Complementary color
Monochromatic Colors of #C81CC4
Black with #C81CC4
Text Example
Text Example
White with #C81CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CC4; }
p { color: rgb(200,28,196); }
H1.HeaderClassName
{
color: #C81CC4;
}
.AnyTagClassName
{
color: #C81CC4;
}
</style>
background-color css
<style>
a { background-color: #C81CC4; }
a { background-color: rgb(200,28,196); }
div.DivClassName
{
background-color: #C81CC4;
}
.BgClassName
{
background-color: #C81CC4;
}
</style>
border-color css
<style>
span { border-color: #C81CC4; }
span { border-color: rgb(200,28,196); }
td.TdClassName
{
border-color: #C81CC4;
}
.TagClassName
{
border-color: #C81CC4;
}
</style>