Shades of Deep Magenta #C027BD
Tints of Deep Magenta #C027BD
RGB
CMYK
RGB Variations
Color information
#C027BD (or 0xC027BD) is known color: Deep Magenta. HEX triplet: C0, 27 and BD. RGB value is (192,39,189). Sum of RGB (Red+Green+Blue) = 192+39+189=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C027BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027BD is #3FD842. Grayscale: #656565. Windows color (decimal): -4184131 or 12396480. OLE color: 12396480.
HSL color Cylindrical-coordinate representation of color #C027BD: hue angle of 301.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C027BD is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 189 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.25 |
| HSL | 301.18º | 0.66% | 0.45% | - |
| HSV(B) | 301.18º | 0.8% | 0.75% | - |
| XYZ | 31.65 | 16.33 | 49.63 | - |
| YUV | 101.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 189 | 0 | 0.80 | 0.02 | 0.25 | 301.18 | 0.66 | 0.45 |
| Hex | C0 | 27 | BD | 0 | 50 | 2 | 19 | 12D | 42 | 2D |
| Octal | 300 | 47 | 275 | 0 | 120 | 2 | 31 | 455 | 102 | 55 |
| Binary | 11000000 | 100111 | 10111101 | 0 | 1010000 | 10 | 11001 | 100101101 | 1000010 | 101101 |
Color Harmonies of #C027BD
Complementary color
Monochromatic Colors of #C027BD
Black with #C027BD
Text Example
Text Example
White with #C027BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027BD; }
p { color: rgb(192,39,189); }
H1.HeaderClassName
{
color: #C027BD;
}
.AnyTagClassName
{
color: #C027BD;
}
</style>
background-color css
<style>
a { background-color: #C027BD; }
a { background-color: rgb(192,39,189); }
div.DivClassName
{
background-color: #C027BD;
}
.BgClassName
{
background-color: #C027BD;
}
</style>
border-color css
<style>
span { border-color: #C027BD; }
span { border-color: rgb(192,39,189); }
td.TdClassName
{
border-color: #C027BD;
}
.TagClassName
{
border-color: #C027BD;
}
</style>