Shades of Deep Magenta #CA28B6
Tints of Deep Magenta #CA28B6
RGB
CMYK
RGB Variations
Color information
#CA28B6 (or 0xCA28B6) is known color: Deep Magenta. HEX triplet: CA, 28 and B6. RGB value is (202,40,182). Sum of RGB (Red+Green+Blue) = 202+40+182=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28B6 is #35D749. Grayscale: #686868. Windows color (decimal): -3528522 or 11937994. OLE color: 11937994.
HSL color Cylindrical-coordinate representation of color #CA28B6: hue angle of 307.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA28B6 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 182 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.21 |
| HSL | 307.41º | 0.67% | 0.47% | - |
| HSV(B) | 307.41º | 0.8% | 0.79% | - |
| XYZ | 33.56 | 17.45 | 45.86 | - |
| YUV | 104.63 | 171.67 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 182 | 0 | 0.80 | 0.10 | 0.21 | 307.41 | 0.67 | 0.47 |
| Hex | CA | 28 | B6 | 0 | 50 | A | 15 | 133 | 43 | 2F |
| Octal | 312 | 50 | 266 | 0 | 120 | 12 | 25 | 463 | 103 | 57 |
| Binary | 11001010 | 101000 | 10110110 | 0 | 1010000 | 1010 | 10101 | 100110011 | 1000011 | 101111 |
Color Harmonies of #CA28B6
Complementary color
Monochromatic Colors of #CA28B6
Black with #CA28B6
Text Example
Text Example
White with #CA28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28B6; }
p { color: rgb(202,40,182); }
H1.HeaderClassName
{
color: #CA28B6;
}
.AnyTagClassName
{
color: #CA28B6;
}
</style>
background-color css
<style>
a { background-color: #CA28B6; }
a { background-color: rgb(202,40,182); }
div.DivClassName
{
background-color: #CA28B6;
}
.BgClassName
{
background-color: #CA28B6;
}
</style>
border-color css
<style>
span { border-color: #CA28B6; }
span { border-color: rgb(202,40,182); }
td.TdClassName
{
border-color: #CA28B6;
}
.TagClassName
{
border-color: #CA28B6;
}
</style>