Shades of Electric Purple #CA1CEF
Tints of Electric Purple #CA1CEF
RGB
CMYK
RGB Variations
Color information
#CA1CEF (or 0xCA1CEF) is known color: Electric Purple. HEX triplet: CA, 1C and EF. RGB value is (202,28,239). Sum of RGB (Red+Green+Blue) = 202+28+239=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA1CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1CEF is #35E310. Grayscale: #676767. Windows color (decimal): -3531537 or 15670474. OLE color: 15670474.
HSL color Cylindrical-coordinate representation of color #CA1CEF: hue angle of 289.48º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1CEF is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 28 | 239 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.06 |
| HSL | 289.48º | 0.87% | 0.52% | - |
| HSV(B) | 289.48º | 0.88% | 0.94% | - |
| XYZ | 40.35 | 19.62 | 83.32 | - |
| YUV | 104.08 | 204.15 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 239 | 0.15 | 0.88 | 0 | 0.06 | 289.48 | 0.87 | 0.52 |
| Hex | CA | 1C | EF | F | 58 | 0 | 6 | 121 | 57 | 34 |
| Octal | 312 | 34 | 357 | 17 | 130 | 0 | 6 | 441 | 127 | 64 |
| Binary | 11001010 | 11100 | 11101111 | 1111 | 1011000 | 0 | 110 | 100100001 | 1010111 | 110100 |
Color Harmonies of #CA1CEF
Complementary color
Monochromatic Colors of #CA1CEF
Black with #CA1CEF
Text Example
Text Example
White with #CA1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CEF; }
p { color: rgb(202,28,239); }
H1.HeaderClassName
{
color: #CA1CEF;
}
.AnyTagClassName
{
color: #CA1CEF;
}
</style>
background-color css
<style>
a { background-color: #CA1CEF; }
a { background-color: rgb(202,28,239); }
div.DivClassName
{
background-color: #CA1CEF;
}
.BgClassName
{
background-color: #CA1CEF;
}
</style>
border-color css
<style>
span { border-color: #CA1CEF; }
span { border-color: rgb(202,28,239); }
td.TdClassName
{
border-color: #CA1CEF;
}
.TagClassName
{
border-color: #CA1CEF;
}
</style>