Shades of Deep Magenta #CA03CF
Tints of Deep Magenta #CA03CF
RGB
CMYK
RGB Variations
Color information
#CA03CF (or 0xCA03CF) is known color: Deep Magenta. HEX triplet: CA, 03 and CF. RGB value is (202,3,207). Sum of RGB (Red+Green+Blue) = 202+3+207=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA03CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03CF is #35FC30. Grayscale: #555555. Windows color (decimal): -3537969 or 13566922. OLE color: 13566922.
HSL color Cylindrical-coordinate representation of color #CA03CF: hue angle of 298.53º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03CF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 3 | 207 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.19 |
| HSL | 298.53º | 0.97% | 0.41% | - |
| HSV(B) | 298.53º | 0.99% | 0.81% | - |
| XYZ | 35.65 | 17.13 | 60.46 | - |
| YUV | 85.76 | 196.43 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 207 | 0.02 | 0.99 | 0 | 0.19 | 298.53 | 0.97 | 0.41 |
| Hex | CA | 3 | CF | 2 | 63 | 0 | 13 | 12B | 61 | 29 |
| Octal | 312 | 3 | 317 | 2 | 143 | 0 | 23 | 453 | 141 | 51 |
| Binary | 11001010 | 11 | 11001111 | 10 | 1100011 | 0 | 10011 | 100101011 | 1100001 | 101001 |
Color Harmonies of #CA03CF
Complementary color
Monochromatic Colors of #CA03CF
Black with #CA03CF
Text Example
Text Example
White with #CA03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03CF; }
p { color: rgb(202,3,207); }
H1.HeaderClassName
{
color: #CA03CF;
}
.AnyTagClassName
{
color: #CA03CF;
}
</style>
background-color css
<style>
a { background-color: #CA03CF; }
a { background-color: rgb(202,3,207); }
div.DivClassName
{
background-color: #CA03CF;
}
.BgClassName
{
background-color: #CA03CF;
}
</style>
border-color css
<style>
span { border-color: #CA03CF; }
span { border-color: rgb(202,3,207); }
td.TdClassName
{
border-color: #CA03CF;
}
.TagClassName
{
border-color: #CA03CF;
}
</style>