Shades of Deep Magenta #C025B7
Tints of Deep Magenta #C025B7
RGB
CMYK
RGB Variations
Color information
#C025B7 (or 0xC025B7) is known color: Deep Magenta. HEX triplet: C0, 25 and B7. RGB value is (192,37,183). Sum of RGB (Red+Green+Blue) = 192+37+183=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C025B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C025B7 is #3FDA48. Grayscale: #636363. Windows color (decimal): -4184649 or 12002752. OLE color: 12002752.
HSL color Cylindrical-coordinate representation of color #C025B7: hue angle of 303.48º 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 #C025B7 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 37 | 183 | - |
CMYK | 0 | 0.81 | 0.05 | 0.25 |
HSL | 303.48º | 0.68% | 0.45% | - |
HSV(B) | 303.48º | 0.81% | 0.75% | - |
XYZ | 30.95 | 15.95 | 46.25 | - |
YUV | 99.99 | 174.85 | 193.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 37 | 183 | 0 | 0.81 | 0.05 | 0.25 | 303.48 | 0.68 | 0.45 |
Hex | C0 | 25 | B7 | 0 | 51 | 5 | 19 | 12F | 44 | 2D |
Octal | 300 | 45 | 267 | 0 | 121 | 5 | 31 | 457 | 104 | 55 |
Binary | 11000000 | 100101 | 10110111 | 0 | 1010001 | 101 | 11001 | 100101111 | 1000100 | 101101 |
Color Harmonies of #C025B7
Complementary color
Monochromatic Colors of #C025B7
Black with #C025B7
Text Example
Text Example
White with #C025B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025B7; }
p { color: rgb(192,37,183); }
H1.HeaderClassName
{
color: #C025B7;
}
.AnyTagClassName
{
color: #C025B7;
}
</style>
background-color css
<style>
a { background-color: #C025B7; }
a { background-color: rgb(192,37,183); }
div.DivClassName
{
background-color: #C025B7;
}
.BgClassName
{
background-color: #C025B7;
}
</style>
border-color css
<style>
span { border-color: #C025B7; }
span { border-color: rgb(192,37,183); }
td.TdClassName
{
border-color: #C025B7;
}
.TagClassName
{
border-color: #C025B7;
}
</style>