Shades of Deep Magenta #C91BCA
Tints of Deep Magenta #C91BCA
RGB
CMYK
RGB Variations
Color information
#C91BCA (or 0xC91BCA) is known color: Deep Magenta. HEX triplet: C9, 1B and CA. RGB value is (201,27,202). Sum of RGB (Red+Green+Blue) = 201+27+202=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #C91BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BCA is #36E435. Grayscale: #626262. Windows color (decimal): -3597366 or 13245385. OLE color: 13245385.
HSL color Cylindrical-coordinate representation of color #C91BCA: hue angle of 299.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91BCA is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 202 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.21 |
| HSL | 299.66º | 0.76% | 0.45% | - |
| HSV(B) | 299.66º | 0.87% | 0.79% | - |
| XYZ | 35.14 | 17.47 | 57.4 | - |
| YUV | 98.98 | 186.15 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 202 | 0.00 | 0.87 | 0 | 0.21 | 299.66 | 0.76 | 0.45 |
| Hex | C9 | 1B | CA | 0 | 57 | 0 | 15 | 12C | 4C | 2D |
| Octal | 311 | 33 | 312 | 0 | 127 | 0 | 25 | 454 | 114 | 55 |
| Binary | 11001001 | 11011 | 11001010 | 0 | 1010111 | 0 | 10101 | 100101100 | 1001100 | 101101 |
Color Harmonies of #C91BCA
Complementary color
Monochromatic Colors of #C91BCA
Black with #C91BCA
Text Example
Text Example
White with #C91BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BCA; }
p { color: rgb(201,27,202); }
H1.HeaderClassName
{
color: #C91BCA;
}
.AnyTagClassName
{
color: #C91BCA;
}
</style>
background-color css
<style>
a { background-color: #C91BCA; }
a { background-color: rgb(201,27,202); }
div.DivClassName
{
background-color: #C91BCA;
}
.BgClassName
{
background-color: #C91BCA;
}
</style>
border-color css
<style>
span { border-color: #C91BCA; }
span { border-color: rgb(201,27,202); }
td.TdClassName
{
border-color: #C91BCA;
}
.TagClassName
{
border-color: #C91BCA;
}
</style>