Shades of Deep Magenta #CA25CC
Tints of Deep Magenta #CA25CC
RGB
CMYK
RGB Variations
Color information
#CA25CC (or 0xCA25CC) is known color: Deep Magenta. HEX triplet: CA, 25 and CC. RGB value is (202,37,204). Sum of RGB (Red+Green+Blue) = 202+37+204=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25CC is #35DA33. Grayscale: #686868. Windows color (decimal): -3529268 or 13379018. OLE color: 13379018.
HSL color Cylindrical-coordinate representation of color #CA25CC: hue angle of 299.28º 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 #CA25CC is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 37 | 204 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.2 |
| HSL | 299.28º | 0.69% | 0.47% | - |
| HSV(B) | 299.28º | 0.82% | 0.8% | - |
| XYZ | 35.92 | 18.24 | 58.75 | - |
| YUV | 105.37 | 183.66 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 204 | 0.01 | 0.82 | 0 | 0.2 | 299.28 | 0.69 | 0.47 |
| Hex | CA | 25 | CC | 1 | 52 | 0 | 14 | 12B | 45 | 2F |
| Octal | 312 | 45 | 314 | 1 | 122 | 0 | 24 | 453 | 105 | 57 |
| Binary | 11001010 | 100101 | 11001100 | 1 | 1010010 | 0 | 10100 | 100101011 | 1000101 | 101111 |
Color Harmonies of #CA25CC
Complementary color
Monochromatic Colors of #CA25CC
Black with #CA25CC
Text Example
Text Example
White with #CA25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25CC; }
p { color: rgb(202,37,204); }
H1.HeaderClassName
{
color: #CA25CC;
}
.AnyTagClassName
{
color: #CA25CC;
}
</style>
background-color css
<style>
a { background-color: #CA25CC; }
a { background-color: rgb(202,37,204); }
div.DivClassName
{
background-color: #CA25CC;
}
.BgClassName
{
background-color: #CA25CC;
}
</style>
border-color css
<style>
span { border-color: #CA25CC; }
span { border-color: rgb(202,37,204); }
td.TdClassName
{
border-color: #CA25CC;
}
.TagClassName
{
border-color: #CA25CC;
}
</style>