Shades of Electric Purple #CA25F9
Tints of Electric Purple #CA25F9
RGB
CMYK
RGB Variations
Color information
#CA25F9 (or 0xCA25F9) is known color: Electric Purple. HEX triplet: CA, 25 and F9. RGB value is (202,37,249). Sum of RGB (Red+Green+Blue) = 202+37+249=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA25F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA25F9 is #35DA06. Grayscale: #6D6D6D. Windows color (decimal): -3529223 or 16328138. OLE color: 16328138.
HSL color Cylindrical-coordinate representation of color #CA25F9: hue angle of 286.7º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA25F9 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 37 | 249 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.02 |
| HSL | 286.7º | 0.95% | 0.56% | - |
| HSV(B) | 286.7º | 0.85% | 0.98% | - |
| XYZ | 42.12 | 20.72 | 91.4 | - |
| YUV | 110.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 249 | 0.19 | 0.85 | 0 | 0.02 | 286.7 | 0.95 | 0.56 |
| Hex | CA | 25 | F9 | 13 | 55 | 0 | 2 | 11F | 5F | 38 |
| Octal | 312 | 45 | 371 | 23 | 125 | 0 | 2 | 437 | 137 | 70 |
| Binary | 11001010 | 100101 | 11111001 | 10011 | 1010101 | 0 | 10 | 100011111 | 1011111 | 111000 |
Color Harmonies of #CA25F9
Complementary color
Monochromatic Colors of #CA25F9
Black with #CA25F9
Text Example
Text Example
White with #CA25F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25F9; }
p { color: rgb(202,37,249); }
H1.HeaderClassName
{
color: #CA25F9;
}
.AnyTagClassName
{
color: #CA25F9;
}
</style>
background-color css
<style>
a { background-color: #CA25F9; }
a { background-color: rgb(202,37,249); }
div.DivClassName
{
background-color: #CA25F9;
}
.BgClassName
{
background-color: #CA25F9;
}
</style>
border-color css
<style>
span { border-color: #CA25F9; }
span { border-color: rgb(202,37,249); }
td.TdClassName
{
border-color: #CA25F9;
}
.TagClassName
{
border-color: #CA25F9;
}
</style>