Shades of Deep Magenta #CA25DF
Tints of Deep Magenta #CA25DF
RGB
CMYK
RGB Variations
Color information
#CA25DF (or 0xCA25DF) is known color: Deep Magenta. HEX triplet: CA, 25 and DF. RGB value is (202,37,223). Sum of RGB (Red+Green+Blue) = 202+37+223=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25DF is #35DA20. Grayscale: #6A6A6A. Windows color (decimal): -3529249 or 14624202. OLE color: 14624202.
HSL color Cylindrical-coordinate representation of color #CA25DF: hue angle of 293.23º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA25DF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 37 | 223 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.13 |
| HSL | 293.23º | 0.74% | 0.51% | - |
| HSV(B) | 293.23º | 0.83% | 0.87% | - |
| XYZ | 38.34 | 19.21 | 71.5 | - |
| YUV | 107.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 223 | 0.09 | 0.83 | 0 | 0.13 | 293.23 | 0.74 | 0.51 |
| Hex | CA | 25 | DF | 9 | 53 | 0 | D | 125 | 4A | 33 |
| Octal | 312 | 45 | 337 | 11 | 123 | 0 | 15 | 445 | 112 | 63 |
| Binary | 11001010 | 100101 | 11011111 | 1001 | 1010011 | 0 | 1101 | 100100101 | 1001010 | 110011 |
Color Harmonies of #CA25DF
Complementary color
Monochromatic Colors of #CA25DF
Black with #CA25DF
Text Example
Text Example
White with #CA25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25DF; }
p { color: rgb(202,37,223); }
H1.HeaderClassName
{
color: #CA25DF;
}
.AnyTagClassName
{
color: #CA25DF;
}
</style>
background-color css
<style>
a { background-color: #CA25DF; }
a { background-color: rgb(202,37,223); }
div.DivClassName
{
background-color: #CA25DF;
}
.BgClassName
{
background-color: #CA25DF;
}
</style>
border-color css
<style>
span { border-color: #CA25DF; }
span { border-color: rgb(202,37,223); }
td.TdClassName
{
border-color: #CA25DF;
}
.TagClassName
{
border-color: #CA25DF;
}
</style>