Shades of Electric Purple #CA03FB
Tints of Electric Purple #CA03FB
RGB
CMYK
RGB Variations
Color information
#CA03FB (or 0xCA03FB) is known color: Electric Purple. HEX triplet: CA, 03 and FB. RGB value is (202,3,251). Sum of RGB (Red+Green+Blue) = 202+3+251=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA03FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA03FB is #35FC04. Grayscale: #595959. Windows color (decimal): -3537925 or 16450506. OLE color: 16450506.
HSL color Cylindrical-coordinate representation of color #CA03FB: hue angle of 288.15º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03FB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 3 | 251 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.02 |
| HSL | 288.15º | 0.98% | 0.5% | - |
| HSV(B) | 288.15º | 0.99% | 0.98% | - |
| XYZ | 41.8 | 19.59 | 92.84 | - |
| YUV | 90.77 | 218.43 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 251 | 0.20 | 0.99 | 0 | 0.02 | 288.15 | 0.98 | 0.5 |
| Hex | CA | 3 | FB | 14 | 63 | 0 | 2 | 120 | 62 | 32 |
| Octal | 312 | 3 | 373 | 24 | 143 | 0 | 2 | 440 | 142 | 62 |
| Binary | 11001010 | 11 | 11111011 | 10100 | 1100011 | 0 | 10 | 100100000 | 1100010 | 110010 |
Color Harmonies of #CA03FB
Complementary color
Monochromatic Colors of #CA03FB
Black with #CA03FB
Text Example
Text Example
White with #CA03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03FB; }
p { color: rgb(202,3,251); }
H1.HeaderClassName
{
color: #CA03FB;
}
.AnyTagClassName
{
color: #CA03FB;
}
</style>
background-color css
<style>
a { background-color: #CA03FB; }
a { background-color: rgb(202,3,251); }
div.DivClassName
{
background-color: #CA03FB;
}
.BgClassName
{
background-color: #CA03FB;
}
</style>
border-color css
<style>
span { border-color: #CA03FB; }
span { border-color: rgb(202,3,251); }
td.TdClassName
{
border-color: #CA03FB;
}
.TagClassName
{
border-color: #CA03FB;
}
</style>