Shades of Deep Magenta #C025CB
Tints of Deep Magenta #C025CB
RGB
CMYK
RGB Variations
Color information
#C025CB (or 0xC025CB) is known color: Deep Magenta. HEX triplet: C0, 25 and CB. RGB value is (192,37,203). Sum of RGB (Red+Green+Blue) = 192+37+203=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #C025CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C025CB is #3FDA34. Grayscale: #656565. Windows color (decimal): -4184629 or 13313472. OLE color: 13313472.
HSL color Cylindrical-coordinate representation of color #C025CB: hue angle of 296.02º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C025CB is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 37 | 203 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.20 |
| HSL | 296.02º | 0.69% | 0.47% | - |
| HSV(B) | 296.02º | 0.82% | 0.8% | - |
| XYZ | 33.18 | 16.84 | 58 | - |
| YUV | 102.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 203 | 0.05 | 0.82 | 0 | 0.20 | 296.02 | 0.69 | 0.47 |
| Hex | C0 | 25 | CB | 5 | 52 | 0 | 14 | 128 | 45 | 2F |
| Octal | 300 | 45 | 313 | 5 | 122 | 0 | 24 | 450 | 105 | 57 |
| Binary | 11000000 | 100101 | 11001011 | 101 | 1010010 | 0 | 10100 | 100101000 | 1000101 | 101111 |
Color Harmonies of #C025CB
Complementary color
Monochromatic Colors of #C025CB
Black with #C025CB
Text Example
Text Example
White with #C025CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025CB; }
p { color: rgb(192,37,203); }
H1.HeaderClassName
{
color: #C025CB;
}
.AnyTagClassName
{
color: #C025CB;
}
</style>
background-color css
<style>
a { background-color: #C025CB; }
a { background-color: rgb(192,37,203); }
div.DivClassName
{
background-color: #C025CB;
}
.BgClassName
{
background-color: #C025CB;
}
</style>
border-color css
<style>
span { border-color: #C025CB; }
span { border-color: rgb(192,37,203); }
td.TdClassName
{
border-color: #C025CB;
}
.TagClassName
{
border-color: #C025CB;
}
</style>