Shades of Deep Magenta #CA27DD
Tints of Deep Magenta #CA27DD
RGB
CMYK
RGB Variations
Color information
#CA27DD (or 0xCA27DD) is known color: Deep Magenta. HEX triplet: CA, 27 and DD. RGB value is (202,39,221). Sum of RGB (Red+Green+Blue) = 202+39+221=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27DD is #35D822. Grayscale: #6B6B6B. Windows color (decimal): -3528739 or 14493642. OLE color: 14493642.
HSL color Cylindrical-coordinate representation of color #CA27DD: hue angle of 293.74º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA27DD is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 39 | 221 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.13 |
| HSL | 293.74º | 0.73% | 0.51% | - |
| HSV(B) | 293.74º | 0.82% | 0.87% | - |
| XYZ | 38.13 | 19.23 | 70.11 | - |
| YUV | 108.49 | 191.5 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 221 | 0.09 | 0.82 | 0 | 0.13 | 293.74 | 0.73 | 0.51 |
| Hex | CA | 27 | DD | 9 | 52 | 0 | D | 126 | 49 | 33 |
| Octal | 312 | 47 | 335 | 11 | 122 | 0 | 15 | 446 | 111 | 63 |
| Binary | 11001010 | 100111 | 11011101 | 1001 | 1010010 | 0 | 1101 | 100100110 | 1001001 | 110011 |
Color Harmonies of #CA27DD
Complementary color
Monochromatic Colors of #CA27DD
Black with #CA27DD
Text Example
Text Example
White with #CA27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27DD; }
p { color: rgb(202,39,221); }
H1.HeaderClassName
{
color: #CA27DD;
}
.AnyTagClassName
{
color: #CA27DD;
}
</style>
background-color css
<style>
a { background-color: #CA27DD; }
a { background-color: rgb(202,39,221); }
div.DivClassName
{
background-color: #CA27DD;
}
.BgClassName
{
background-color: #CA27DD;
}
</style>
border-color css
<style>
span { border-color: #CA27DD; }
span { border-color: rgb(202,39,221); }
td.TdClassName
{
border-color: #CA27DD;
}
.TagClassName
{
border-color: #CA27DD;
}
</style>