Html Css Color HEX #CA24EC Electric Purple

📋 copy color: '#CA24EC'

red 202 ◦ green 36 ◦ blue 236

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

Shades of Electric Purple #CA24EC

Tints of Electric Purple #CA24EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 42.62%
G = 7.59%
B = 49.79%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA24EC (or 0xCA24EC) is known color: Electric Purple. HEX triplet: CA, 24 and EC. RGB value is (202,36,236). Sum of RGB (Red+Green+Blue) = 202+36+236=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA24EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA24EC is #35DB13. Grayscale: #6B6B6B. Windows color (decimal): -3529492 or 15475914. OLE color: 15475914.

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

Color convert

RGB 202 36 236 -
CMYK 0.14 0.85 0 0.07
HSL 289.8º 0.84% 0.53% -
HSV(B) 289.8º 0.85% 0.93% -
XYZ 40.13 19.87 81.08 -
YUV 108.43 200 194.74 -
System Red Green Blue C M Y K H S L
Decimal 202 36 236 0.14 0.85 0 0.07 289.8 0.84 0.53
Hex CA 24 EC E 55 0 7 122 54 35
Octal 312 44 354 16 125 0 7 442 124 65
Binary 11001010 100100 11101100 1110 1010101 0 111 100100010 1010100 110101

Color Harmonies of #CA24EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24EC

Black with #CA24EC

Text Example


Text Example

White with #CA24EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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