Shades of Deep Magenta #CA27DF
Tints of Deep Magenta #CA27DF
RGB
CMYK
RGB Variations
Color information
#CA27DF (or 0xCA27DF) is known color: Deep Magenta. HEX triplet: CA, 27 and DF. RGB value is (202,39,223). Sum of RGB (Red+Green+Blue) = 202+39+223=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27DF is #35D820. Grayscale: #6C6C6C. Windows color (decimal): -3528737 or 14624714. OLE color: 14624714.
HSL color Cylindrical-coordinate representation of color #CA27DF: hue angle of 293.15º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA27DF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 39 | 223 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.13 |
| HSL | 293.15º | 0.74% | 0.51% | - |
| HSV(B) | 293.15º | 0.83% | 0.87% | - |
| XYZ | 38.4 | 19.34 | 71.52 | - |
| YUV | 108.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 223 | 0.09 | 0.83 | 0 | 0.13 | 293.15 | 0.74 | 0.51 |
| Hex | CA | 27 | DF | 9 | 53 | 0 | D | 125 | 4A | 33 |
| Octal | 312 | 47 | 337 | 11 | 123 | 0 | 15 | 445 | 112 | 63 |
| Binary | 11001010 | 100111 | 11011111 | 1001 | 1010011 | 0 | 1101 | 100100101 | 1001010 | 110011 |
Color Harmonies of #CA27DF
Complementary color
Monochromatic Colors of #CA27DF
Black with #CA27DF
Text Example
Text Example
White with #CA27DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27DF; }
p { color: rgb(202,39,223); }
H1.HeaderClassName
{
color: #CA27DF;
}
.AnyTagClassName
{
color: #CA27DF;
}
</style>
background-color css
<style>
a { background-color: #CA27DF; }
a { background-color: rgb(202,39,223); }
div.DivClassName
{
background-color: #CA27DF;
}
.BgClassName
{
background-color: #CA27DF;
}
</style>
border-color css
<style>
span { border-color: #CA27DF; }
span { border-color: rgb(202,39,223); }
td.TdClassName
{
border-color: #CA27DF;
}
.TagClassName
{
border-color: #CA27DF;
}
</style>