Html Css Color HEX #CA24EA Electric Purple

📋 copy color: '#CA24EA'

red 202 ◦ green 36 ◦ blue 234

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

Shades of Electric Purple #CA24EA

Tints of Electric Purple #CA24EA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.63%

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 42.8%
G = 7.63%
B = 49.58%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA24EA (or 0xCA24EA) is known color: Electric Purple. HEX triplet: CA, 24 and EA. RGB value is (202,36,234). Sum of RGB (Red+Green+Blue) = 202+36+234=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA24EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA24EA is #35DB15. Grayscale: #6B6B6B. Windows color (decimal): -3529494 or 15344842. OLE color: 15344842.

HSL color Cylindrical-coordinate representation of color #CA24EA: hue angle of 290.3º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA24EA is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 36 234 -
CMYK 0.14 0.85 0 0.08
HSL 290.3º 0.83% 0.53% -
HSV(B) 290.3º 0.85% 0.92% -
XYZ 39.84 19.76 79.56 -
YUV 108.21 199 194.9 -
System Red Green Blue C M Y K H S L
Decimal 202 36 234 0.14 0.85 0 0.08 290.3 0.83 0.53
Hex CA 24 EA E 55 0 8 122 52 35
Octal 312 44 352 16 125 0 10 442 122 65
Binary 11001010 100100 11101010 1110 1010101 0 1000 100100010 1010010 110101

Color Harmonies of #CA24EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24EA

Black with #CA24EA

Text Example


Text Example

White with #CA24EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24EA; }

 p { color: rgb(202,36,234); }

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

background-color css

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

 a { background-color: rgb(202,36,234); }

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

border-color css

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

 span { border-color: rgb(202,36,234); }

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