Shades of Deep Magenta #CA28DA
Tints of Deep Magenta #CA28DA
RGB
CMYK
RGB Variations
Color information
#CA28DA (or 0xCA28DA) is known color: Deep Magenta. HEX triplet: CA, 28 and DA. RGB value is (202,40,218). Sum of RGB (Red+Green+Blue) = 202+40+218=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28DA is #35D725. Grayscale: #6C6C6C. Windows color (decimal): -3528486 or 14297290. OLE color: 14297290.
HSL color Cylindrical-coordinate representation of color #CA28DA: hue angle of 294.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA28DA is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 40 | 218 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.15 |
| HSL | 294.61º | 0.71% | 0.51% | - |
| HSV(B) | 294.61º | 0.82% | 0.85% | - |
| XYZ | 37.77 | 19.14 | 68.03 | - |
| YUV | 108.73 | 189.67 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 218 | 0.07 | 0.82 | 0 | 0.15 | 294.61 | 0.71 | 0.51 |
| Hex | CA | 28 | DA | 7 | 52 | 0 | F | 127 | 47 | 33 |
| Octal | 312 | 50 | 332 | 7 | 122 | 0 | 17 | 447 | 107 | 63 |
| Binary | 11001010 | 101000 | 11011010 | 111 | 1010010 | 0 | 1111 | 100100111 | 1000111 | 110011 |
Color Harmonies of #CA28DA
Complementary color
Monochromatic Colors of #CA28DA
Black with #CA28DA
Text Example
Text Example
White with #CA28DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28DA; }
p { color: rgb(202,40,218); }
H1.HeaderClassName
{
color: #CA28DA;
}
.AnyTagClassName
{
color: #CA28DA;
}
</style>
background-color css
<style>
a { background-color: #CA28DA; }
a { background-color: rgb(202,40,218); }
div.DivClassName
{
background-color: #CA28DA;
}
.BgClassName
{
background-color: #CA28DA;
}
</style>
border-color css
<style>
span { border-color: #CA28DA; }
span { border-color: rgb(202,40,218); }
td.TdClassName
{
border-color: #CA28DA;
}
.TagClassName
{
border-color: #CA28DA;
}
</style>