Shades of Deep Magenta #C92BCC
Tints of Deep Magenta #C92BCC
RGB
CMYK
RGB Variations
Color information
#C92BCC (or 0xC92BCC) is known color: Deep Magenta. HEX triplet: C9, 2B and CC. RGB value is (201,43,204). Sum of RGB (Red+Green+Blue) = 201+43+204=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #C92BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BCC is #36D433. Grayscale: #6C6C6C. Windows color (decimal): -3593268 or 13380553. OLE color: 13380553.
HSL color Cylindrical-coordinate representation of color #C92BCC: hue angle of 298.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92BCC is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 43 | 204 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.2 |
| HSL | 298.88º | 0.65% | 0.48% | - |
| HSV(B) | 298.88º | 0.79% | 0.8% | - |
| XYZ | 35.85 | 18.5 | 58.81 | - |
| YUV | 108.6 | 181.85 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 204 | 0.01 | 0.79 | 0 | 0.2 | 298.88 | 0.65 | 0.48 |
| Hex | C9 | 2B | CC | 1 | 4F | 0 | 14 | 12B | 41 | 30 |
| Octal | 311 | 53 | 314 | 1 | 117 | 0 | 24 | 453 | 101 | 60 |
| Binary | 11001001 | 101011 | 11001100 | 1 | 1001111 | 0 | 10100 | 100101011 | 1000001 | 110000 |
Color Harmonies of #C92BCC
Complementary color
Monochromatic Colors of #C92BCC
Black with #C92BCC
Text Example
Text Example
White with #C92BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BCC; }
p { color: rgb(201,43,204); }
H1.HeaderClassName
{
color: #C92BCC;
}
.AnyTagClassName
{
color: #C92BCC;
}
</style>
background-color css
<style>
a { background-color: #C92BCC; }
a { background-color: rgb(201,43,204); }
div.DivClassName
{
background-color: #C92BCC;
}
.BgClassName
{
background-color: #C92BCC;
}
</style>
border-color css
<style>
span { border-color: #C92BCC; }
span { border-color: rgb(201,43,204); }
td.TdClassName
{
border-color: #C92BCC;
}
.TagClassName
{
border-color: #C92BCC;
}
</style>