Shades of Deep Magenta #C025BC
Tints of Deep Magenta #C025BC
RGB
CMYK
RGB Variations
Color information
#C025BC (or 0xC025BC) is known color: Deep Magenta. HEX triplet: C0, 25 and BC. RGB value is (192,37,188). Sum of RGB (Red+Green+Blue) = 192+37+188=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C025BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C025BC is #3FDA43. Grayscale: #646464. Windows color (decimal): -4184644 or 12330432. OLE color: 12330432.
HSL color Cylindrical-coordinate representation of color #C025BC: hue angle of 301.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C025BC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 188 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.25 |
| HSL | 301.55º | 0.68% | 0.45% | - |
| HSV(B) | 301.55º | 0.81% | 0.75% | - |
| XYZ | 31.48 | 16.16 | 49.04 | - |
| YUV | 100.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 188 | 0 | 0.81 | 0.02 | 0.25 | 301.55 | 0.68 | 0.45 |
| Hex | C0 | 25 | BC | 0 | 51 | 2 | 19 | 12E | 44 | 2D |
| Octal | 300 | 45 | 274 | 0 | 121 | 2 | 31 | 456 | 104 | 55 |
| Binary | 11000000 | 100101 | 10111100 | 0 | 1010001 | 10 | 11001 | 100101110 | 1000100 | 101101 |
Color Harmonies of #C025BC
Complementary color
Monochromatic Colors of #C025BC
Black with #C025BC
Text Example
Text Example
White with #C025BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025BC; }
p { color: rgb(192,37,188); }
H1.HeaderClassName
{
color: #C025BC;
}
.AnyTagClassName
{
color: #C025BC;
}
</style>
background-color css
<style>
a { background-color: #C025BC; }
a { background-color: rgb(192,37,188); }
div.DivClassName
{
background-color: #C025BC;
}
.BgClassName
{
background-color: #C025BC;
}
</style>
border-color css
<style>
span { border-color: #C025BC; }
span { border-color: rgb(192,37,188); }
td.TdClassName
{
border-color: #C025BC;
}
.TagClassName
{
border-color: #C025BC;
}
</style>