Html Css Color HEX #CA29F9 Electric Purple

📋 copy color: '#CA29F9'

red 202 ◦ green 41 ◦ blue 249

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

Shades of Electric Purple #CA29F9

Tints of Electric Purple #CA29F9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.33%

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

R = 41.06%
G = 8.33%
B = 50.61%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA29F9 (or 0xCA29F9) is known color: Electric Purple. HEX triplet: CA, 29 and F9. RGB value is (202,41,249). Sum of RGB (Red+Green+Blue) = 202+41+249=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA29F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA29F9 is #35D606. Grayscale: #707070. Windows color (decimal): -3528199 or 16329162. OLE color: 16329162.

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

Color convert

RGB 202 41 249 -
CMYK 0.19 0.84 0 0.02
HSL 286.44º 0.95% 0.57% -
HSV(B) 286.44º 0.84% 0.98% -
XYZ 42.25 20.98 91.45 -
YUV 112.85 204.84 191.59 -
System Red Green Blue C M Y K H S L
Decimal 202 41 249 0.19 0.84 0 0.02 286.44 0.95 0.57
Hex CA 29 F9 13 54 0 2 11E 5F 39
Octal 312 51 371 23 124 0 2 436 137 71
Binary 11001010 101001 11111001 10011 1010100 0 10 100011110 1011111 111001

Color Harmonies of #CA29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29F9

Black with #CA29F9

Text Example


Text Example

White with #CA29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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