Html Css Color HEX #CA19FF Electric Purple

📋 copy color: '#CA19FF'

red 202 ◦ green 25 ◦ blue 255

#CA19FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CA19FF

Tints of Electric Purple #CA19FF

RGB

 RED value IS 202 (79.3% from 255) = 41.91%

 GREEN value IS 25 (10.16% from 255) = 5.19%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 41.91%
G = 5.19%
B = 52.9%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA19FF (or 0xCA19FF) is known color: Electric Purple. HEX triplet: CA, 19 and FF. RGB value is (202,25,255). Sum of RGB (Red+Green+Blue) = 202+25+255=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19FF is #35E600. Grayscale: #676767. Windows color (decimal): -3532289 or 16718282. OLE color: 16718282.

HSL color Cylindrical-coordinate representation of color #CA19FF: hue angle of 286.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA19FF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 25 255 -
CMYK 0.21 0.90 0 0
HSL 286.17º 1% 0.55% -
HSV(B) 286.17º 0.9% 1% -
XYZ 42.75 20.47 96.31 -
YUV 104.14 213.14 197.8 -
System Red Green Blue C M Y K H S L
Decimal 202 25 255 0.21 0.90 0 0 286.17 1 0.55
Hex CA 19 FF 15 5A 0 0 11E 64 37
Octal 312 31 377 25 132 0 0 436 144 67
Binary 11001010 11001 11111111 10101 1011010 0 0 100011110 1100100 110111

Color Harmonies of #CA19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19FF

Black with #CA19FF

Text Example


Text Example

White with #CA19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19FF; }

 p { color: rgb(202,25,255); }

 H1.HeaderClassName
 {
   color: #CA19FF;
 }
 .AnyTagClassName
 {
   color: #CA19FF;
 }
</style>

background-color css

<style>
 a { background-color: #CA19FF; }

 a { background-color: rgb(202,25,255); }

 div.DivClassName
 {
   background-color: #CA19FF;
 }
 .BgClassName
 {
   background-color: #CA19FF;
 }
</style>

border-color css

<style>
 span { border-color: #CA19FF; }

 span { border-color: rgb(202,25,255); }

 td.TdClassName
 {
   border-color: #CA19FF;
 }
 .TagClassName
 {
   border-color: #CA19FF;
 }
</style>