Shades of Deep Magenta #CA13CF
Tints of Deep Magenta #CA13CF
RGB
CMYK
RGB Variations
Color information
#CA13CF (or 0xCA13CF) is known color: Deep Magenta. HEX triplet: CA, 13 and CF. RGB value is (202,19,207). Sum of RGB (Red+Green+Blue) = 202+19+207=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA13CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13CF is #35EC30. Grayscale: #5E5E5E. Windows color (decimal): -3533873 or 13571018. OLE color: 13571018.
HSL color Cylindrical-coordinate representation of color #CA13CF: hue angle of 298.4º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA13CF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 19 | 207 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.19 |
| HSL | 298.4º | 0.83% | 0.44% | - |
| HSV(B) | 298.4º | 0.91% | 0.81% | - |
| XYZ | 35.85 | 17.53 | 60.52 | - |
| YUV | 95.15 | 191.13 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 207 | 0.02 | 0.91 | 0 | 0.19 | 298.4 | 0.83 | 0.44 |
| Hex | CA | 13 | CF | 2 | 5B | 0 | 13 | 12A | 53 | 2C |
| Octal | 312 | 23 | 317 | 2 | 133 | 0 | 23 | 452 | 123 | 54 |
| Binary | 11001010 | 10011 | 11001111 | 10 | 1011011 | 0 | 10011 | 100101010 | 1010011 | 101100 |
Color Harmonies of #CA13CF
Complementary color
Monochromatic Colors of #CA13CF
Black with #CA13CF
Text Example
Text Example
White with #CA13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13CF; }
p { color: rgb(202,19,207); }
H1.HeaderClassName
{
color: #CA13CF;
}
.AnyTagClassName
{
color: #CA13CF;
}
</style>
background-color css
<style>
a { background-color: #CA13CF; }
a { background-color: rgb(202,19,207); }
div.DivClassName
{
background-color: #CA13CF;
}
.BgClassName
{
background-color: #CA13CF;
}
</style>
border-color css
<style>
span { border-color: #CA13CF; }
span { border-color: rgb(202,19,207); }
td.TdClassName
{
border-color: #CA13CF;
}
.TagClassName
{
border-color: #CA13CF;
}
</style>