Shades of Deep Magenta #CA09E5
Tints of Deep Magenta #CA09E5
RGB
CMYK
RGB Variations
Color information
#CA09E5 (or 0xCA09E5) is known color: Deep Magenta. HEX triplet: CA, 09 and E5. RGB value is (202,9,229). Sum of RGB (Red+Green+Blue) = 202+9+229=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA09E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09E5 is #35F61A. Grayscale: #5B5B5B. Windows color (decimal): -3536411 or 15010250. OLE color: 15010250.
HSL color Cylindrical-coordinate representation of color #CA09E5: hue angle of 292.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09E5 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 9 | 229 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.10 |
| HSL | 292.64º | 0.92% | 0.47% | - |
| HSV(B) | 292.64º | 0.96% | 0.9% | - |
| XYZ | 38.6 | 18.41 | 75.65 | - |
| YUV | 91.79 | 205.44 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 229 | 0.12 | 0.96 | 0 | 0.10 | 292.64 | 0.92 | 0.47 |
| Hex | CA | 9 | E5 | C | 60 | 0 | A | 125 | 5C | 2F |
| Octal | 312 | 11 | 345 | 14 | 140 | 0 | 12 | 445 | 134 | 57 |
| Binary | 11001010 | 1001 | 11100101 | 1100 | 1100000 | 0 | 1010 | 100100101 | 1011100 | 101111 |
Color Harmonies of #CA09E5
Complementary color
Monochromatic Colors of #CA09E5
Black with #CA09E5
Text Example
Text Example
White with #CA09E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09E5; }
p { color: rgb(202,9,229); }
H1.HeaderClassName
{
color: #CA09E5;
}
.AnyTagClassName
{
color: #CA09E5;
}
</style>
background-color css
<style>
a { background-color: #CA09E5; }
a { background-color: rgb(202,9,229); }
div.DivClassName
{
background-color: #CA09E5;
}
.BgClassName
{
background-color: #CA09E5;
}
</style>
border-color css
<style>
span { border-color: #CA09E5; }
span { border-color: rgb(202,9,229); }
td.TdClassName
{
border-color: #CA09E5;
}
.TagClassName
{
border-color: #CA09E5;
}
</style>