Html Css Color HEX #CA19E7 Electric Purple

📋 copy color: '#CA19E7'

red 202 ◦ green 25 ◦ blue 231

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

Shades of Electric Purple #CA19E7

Tints of Electric Purple #CA19E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.44%

R = 44.1%
G = 5.46%
B = 50.44%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA19E7 (or 0xCA19E7) is known color: Electric Purple. HEX triplet: CA, 19 and E7. RGB value is (202,25,231). Sum of RGB (Red+Green+Blue) = 202+25+231=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA19E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19E7 is #35E618. Grayscale: #646464. Windows color (decimal): -3532313 or 15145418. OLE color: 15145418.

HSL color Cylindrical-coordinate representation of color #CA19E7: hue angle of 291.55º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA19E7 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 25 231 -
CMYK 0.13 0.89 0 0.09
HSL 291.55º 0.81% 0.5% -
HSV(B) 291.55º 0.89% 0.91% -
XYZ 39.13 19.02 77.21 -
YUV 101.41 201.14 199.75 -
System Red Green Blue C M Y K H S L
Decimal 202 25 231 0.13 0.89 0 0.09 291.55 0.81 0.5
Hex CA 19 E7 D 59 0 9 124 51 32
Octal 312 31 347 15 131 0 11 444 121 62
Binary 11001010 11001 11100111 1101 1011001 0 1001 100100100 1010001 110010

Color Harmonies of #CA19E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19E7

Black with #CA19E7

Text Example


Text Example

White with #CA19E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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