Shades of Deep Magenta #C025CA
Tints of Deep Magenta #C025CA
RGB
CMYK
RGB Variations
Color information
#C025CA (or 0xC025CA) is known color: Deep Magenta. HEX triplet: C0, 25 and CA. RGB value is (192,37,202). Sum of RGB (Red+Green+Blue) = 192+37+202=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #C025CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C025CA is #3FDA35. Grayscale: #656565. Windows color (decimal): -4184630 or 13247936. OLE color: 13247936.
HSL color Cylindrical-coordinate representation of color #C025CA: hue angle of 296.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C025CA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 37 | 202 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.21 |
| HSL | 296.36º | 0.69% | 0.47% | - |
| HSV(B) | 296.36º | 0.82% | 0.79% | - |
| XYZ | 33.06 | 16.79 | 57.38 | - |
| YUV | 102.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 202 | 0.05 | 0.82 | 0 | 0.21 | 296.36 | 0.69 | 0.47 |
| Hex | C0 | 25 | CA | 5 | 52 | 0 | 15 | 128 | 45 | 2F |
| Octal | 300 | 45 | 312 | 5 | 122 | 0 | 25 | 450 | 105 | 57 |
| Binary | 11000000 | 100101 | 11001010 | 101 | 1010010 | 0 | 10101 | 100101000 | 1000101 | 101111 |
Color Harmonies of #C025CA
Complementary color
Monochromatic Colors of #C025CA
Black with #C025CA
Text Example
Text Example
White with #C025CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025CA; }
p { color: rgb(192,37,202); }
H1.HeaderClassName
{
color: #C025CA;
}
.AnyTagClassName
{
color: #C025CA;
}
</style>
background-color css
<style>
a { background-color: #C025CA; }
a { background-color: rgb(192,37,202); }
div.DivClassName
{
background-color: #C025CA;
}
.BgClassName
{
background-color: #C025CA;
}
</style>
border-color css
<style>
span { border-color: #C025CA; }
span { border-color: rgb(192,37,202); }
td.TdClassName
{
border-color: #C025CA;
}
.TagClassName
{
border-color: #C025CA;
}
</style>