Shades of Deep Magenta #CA25B3
Tints of Deep Magenta #CA25B3
RGB
CMYK
RGB Variations
Color information
#CA25B3 (or 0xCA25B3) is known color: Deep Magenta. HEX triplet: CA, 25 and B3. RGB value is (202,37,179). Sum of RGB (Red+Green+Blue) = 202+37+179=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25B3 is #35DA4C. Grayscale: #666666. Windows color (decimal): -3529293 or 11740618. OLE color: 11740618.
HSL color Cylindrical-coordinate representation of color #CA25B3: hue angle of 308.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 #CA25B3 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 179 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.21 |
| HSL | 308.36º | 0.69% | 0.47% | - |
| HSV(B) | 308.36º | 0.82% | 0.79% | - |
| XYZ | 33.16 | 17.13 | 44.21 | - |
| YUV | 102.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 179 | 0 | 0.82 | 0.11 | 0.21 | 308.36 | 0.69 | 0.47 |
| Hex | CA | 25 | B3 | 0 | 52 | B | 15 | 134 | 45 | 2F |
| Octal | 312 | 45 | 263 | 0 | 122 | 13 | 25 | 464 | 105 | 57 |
| Binary | 11001010 | 100101 | 10110011 | 0 | 1010010 | 1011 | 10101 | 100110100 | 1000101 | 101111 |
Color Harmonies of #CA25B3
Complementary color
Monochromatic Colors of #CA25B3
Black with #CA25B3
Text Example
Text Example
White with #CA25B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25B3; }
p { color: rgb(202,37,179); }
H1.HeaderClassName
{
color: #CA25B3;
}
.AnyTagClassName
{
color: #CA25B3;
}
</style>
background-color css
<style>
a { background-color: #CA25B3; }
a { background-color: rgb(202,37,179); }
div.DivClassName
{
background-color: #CA25B3;
}
.BgClassName
{
background-color: #CA25B3;
}
</style>
border-color css
<style>
span { border-color: #CA25B3; }
span { border-color: rgb(202,37,179); }
td.TdClassName
{
border-color: #CA25B3;
}
.TagClassName
{
border-color: #CA25B3;
}
</style>