Shades of Electric Purple #CA03FC
Tints of Electric Purple #CA03FC
RGB
CMYK
RGB Variations
Color information
#CA03FC (or 0xCA03FC) is known color: Electric Purple. HEX triplet: CA, 03 and FC. RGB value is (202,3,252). Sum of RGB (Red+Green+Blue) = 202+3+252=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA03FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA03FC is #35FC03. Grayscale: #5A5A5A. Windows color (decimal): -3537924 or 16516042. OLE color: 16516042.
HSL color Cylindrical-coordinate representation of color #CA03FC: hue angle of 287.95º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03FC is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 3 | 252 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.01 |
| HSL | 287.95º | 0.98% | 0.5% | - |
| HSV(B) | 287.95º | 0.99% | 0.99% | - |
| XYZ | 41.96 | 19.65 | 93.68 | - |
| YUV | 90.89 | 218.93 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 252 | 0.20 | 0.99 | 0 | 0.01 | 287.95 | 0.98 | 0.5 |
| Hex | CA | 3 | FC | 14 | 63 | 0 | 1 | 120 | 62 | 32 |
| Octal | 312 | 3 | 374 | 24 | 143 | 0 | 1 | 440 | 142 | 62 |
| Binary | 11001010 | 11 | 11111100 | 10100 | 1100011 | 0 | 1 | 100100000 | 1100010 | 110010 |
Color Harmonies of #CA03FC
Complementary color
Monochromatic Colors of #CA03FC
Black with #CA03FC
Text Example
Text Example
White with #CA03FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03FC; }
p { color: rgb(202,3,252); }
H1.HeaderClassName
{
color: #CA03FC;
}
.AnyTagClassName
{
color: #CA03FC;
}
</style>
background-color css
<style>
a { background-color: #CA03FC; }
a { background-color: rgb(202,3,252); }
div.DivClassName
{
background-color: #CA03FC;
}
.BgClassName
{
background-color: #CA03FC;
}
</style>
border-color css
<style>
span { border-color: #CA03FC; }
span { border-color: rgb(202,3,252); }
td.TdClassName
{
border-color: #CA03FC;
}
.TagClassName
{
border-color: #CA03FC;
}
</style>