Shades of Deep Magenta #C819CB
Tints of Deep Magenta #C819CB
RGB
CMYK
RGB Variations
Color information
#C819CB (or 0xC819CB) is known color: Deep Magenta. HEX triplet: C8, 19 and CB. RGB value is (200,25,203). Sum of RGB (Red+Green+Blue) = 200+25+203=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #C819CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819CB is #37E634. Grayscale: #616161. Windows color (decimal): -3663413 or 13310408. OLE color: 13310408.
HSL color Cylindrical-coordinate representation of color #C819CB: hue angle of 298.99º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C819CB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 25 | 203 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.20 |
| HSL | 298.99º | 0.78% | 0.45% | - |
| HSV(B) | 298.99º | 0.88% | 0.8% | - |
| XYZ | 34.95 | 17.29 | 57.99 | - |
| YUV | 97.62 | 187.48 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 203 | 0.01 | 0.88 | 0 | 0.20 | 298.99 | 0.78 | 0.45 |
| Hex | C8 | 19 | CB | 1 | 58 | 0 | 14 | 12B | 4E | 2D |
| Octal | 310 | 31 | 313 | 1 | 130 | 0 | 24 | 453 | 116 | 55 |
| Binary | 11001000 | 11001 | 11001011 | 1 | 1011000 | 0 | 10100 | 100101011 | 1001110 | 101101 |
Color Harmonies of #C819CB
Complementary color
Monochromatic Colors of #C819CB
Black with #C819CB
Text Example
Text Example
White with #C819CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819CB; }
p { color: rgb(200,25,203); }
H1.HeaderClassName
{
color: #C819CB;
}
.AnyTagClassName
{
color: #C819CB;
}
</style>
background-color css
<style>
a { background-color: #C819CB; }
a { background-color: rgb(200,25,203); }
div.DivClassName
{
background-color: #C819CB;
}
.BgClassName
{
background-color: #C819CB;
}
</style>
border-color css
<style>
span { border-color: #C819CB; }
span { border-color: rgb(200,25,203); }
td.TdClassName
{
border-color: #C819CB;
}
.TagClassName
{
border-color: #C819CB;
}
</style>