Shades of Deep Magenta #CA25BF
Tints of Deep Magenta #CA25BF
RGB
CMYK
RGB Variations
Color information
#CA25BF (or 0xCA25BF) is known color: Deep Magenta. HEX triplet: CA, 25 and BF. RGB value is (202,37,191). Sum of RGB (Red+Green+Blue) = 202+37+191=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25BF is #35DA40. Grayscale: #676767. Windows color (decimal): -3529281 or 12527050. OLE color: 12527050.
HSL color Cylindrical-coordinate representation of color #CA25BF: hue angle of 304º 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 #CA25BF is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 191 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.21 |
| HSL | 304º | 0.69% | 0.47% | - |
| HSV(B) | 304º | 0.82% | 0.79% | - |
| XYZ | 34.42 | 17.64 | 50.88 | - |
| YUV | 103.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 191 | 0 | 0.82 | 0.05 | 0.21 | 304 | 0.69 | 0.47 |
| Hex | CA | 25 | BF | 0 | 52 | 5 | 15 | 130 | 45 | 2F |
| Octal | 312 | 45 | 277 | 0 | 122 | 5 | 25 | 460 | 105 | 57 |
| Binary | 11001010 | 100101 | 10111111 | 0 | 1010010 | 101 | 10101 | 100110000 | 1000101 | 101111 |
Color Harmonies of #CA25BF
Complementary color
Monochromatic Colors of #CA25BF
Black with #CA25BF
Text Example
Text Example
White with #CA25BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25BF; }
p { color: rgb(202,37,191); }
H1.HeaderClassName
{
color: #CA25BF;
}
.AnyTagClassName
{
color: #CA25BF;
}
</style>
background-color css
<style>
a { background-color: #CA25BF; }
a { background-color: rgb(202,37,191); }
div.DivClassName
{
background-color: #CA25BF;
}
.BgClassName
{
background-color: #CA25BF;
}
</style>
border-color css
<style>
span { border-color: #CA25BF; }
span { border-color: rgb(202,37,191); }
td.TdClassName
{
border-color: #CA25BF;
}
.TagClassName
{
border-color: #CA25BF;
}
</style>