Html Css Color HEX #CA19F9 Electric Purple

📋 copy color: '#CA19F9'

red 202 ◦ green 25 ◦ blue 249

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

Shades of Electric Purple #CA19F9

Tints of Electric Purple #CA19F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.31%

R = 42.44%
G = 5.25%
B = 52.31%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA19F9 (or 0xCA19F9) is known color: Electric Purple. HEX triplet: CA, 19 and F9. RGB value is (202,25,249). Sum of RGB (Red+Green+Blue) = 202+25+249=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA19F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19F9 is #35E606. Grayscale: #666666. Windows color (decimal): -3532295 or 16325066. OLE color: 16325066.

HSL color Cylindrical-coordinate representation of color #CA19F9: hue angle of 287.41º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA19F9 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 25 249 -
CMYK 0.19 0.90 0 0.02
HSL 287.41º 0.95% 0.54% -
HSV(B) 287.41º 0.9% 0.98% -
XYZ 41.8 20.09 91.3 -
YUV 103.46 210.14 198.29 -
System Red Green Blue C M Y K H S L
Decimal 202 25 249 0.19 0.90 0 0.02 287.41 0.95 0.54
Hex CA 19 F9 13 5A 0 2 11F 5F 36
Octal 312 31 371 23 132 0 2 437 137 66
Binary 11001010 11001 11111001 10011 1011010 0 10 100011111 1011111 110110

Color Harmonies of #CA19F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19F9

Black with #CA19F9

Text Example


Text Example

White with #CA19F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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