Html Css Color HEX #CA19FC Electric Purple

📋 copy color: '#CA19FC'

red 202 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #CA19FC

Tints of Electric Purple #CA19FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 42.17%
G = 5.22%
B = 52.61%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA19FC (or 0xCA19FC) is known color: Electric Purple. HEX triplet: CA, 19 and FC. RGB value is (202,25,252). Sum of RGB (Red+Green+Blue) = 202+25+252=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA19FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19FC is #35E603. Grayscale: #676767. Windows color (decimal): -3532292 or 16521674. OLE color: 16521674.

HSL color Cylindrical-coordinate representation of color #CA19FC: hue angle of 286.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA19FC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 25 252 -
CMYK 0.20 0.90 0 0.01
HSL 286.78º 0.97% 0.54% -
HSV(B) 286.78º 0.9% 0.99% -
XYZ 42.28 20.28 93.78 -
YUV 103.8 211.64 198.04 -
System Red Green Blue C M Y K H S L
Decimal 202 25 252 0.20 0.90 0 0.01 286.78 0.97 0.54
Hex CA 19 FC 14 5A 0 1 11F 61 36
Octal 312 31 374 24 132 0 1 437 141 66
Binary 11001010 11001 11111100 10100 1011010 0 1 100011111 1100001 110110

Color Harmonies of #CA19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19FC

Black with #CA19FC

Text Example


Text Example

White with #CA19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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