Html Css Color HEX #CA24E9 Electric Purple

📋 copy color: '#CA24E9'

red 202 ◦ green 36 ◦ blue 233

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

Shades of Electric Purple #CA24E9

Tints of Electric Purple #CA24E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.47%

R = 42.89%
G = 7.64%
B = 49.47%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA24E9 (or 0xCA24E9) is known color: Electric Purple. HEX triplet: CA, 24 and E9. RGB value is (202,36,233). Sum of RGB (Red+Green+Blue) = 202+36+233=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA24E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA24E9 is #35DB16. Grayscale: #6B6B6B. Windows color (decimal): -3529495 or 15279306. OLE color: 15279306.

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

Color convert

RGB 202 36 233 -
CMYK 0.13 0.85 0 0.09
HSL 290.56º 0.82% 0.53% -
HSV(B) 290.56º 0.85% 0.91% -
XYZ 39.7 19.7 78.8 -
YUV 108.09 198.5 194.98 -
System Red Green Blue C M Y K H S L
Decimal 202 36 233 0.13 0.85 0 0.09 290.56 0.82 0.53
Hex CA 24 E9 D 55 0 9 123 52 35
Octal 312 44 351 15 125 0 11 443 122 65
Binary 11001010 100100 11101001 1101 1010101 0 1001 100100011 1010010 110101

Color Harmonies of #CA24E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24E9

Black with #CA24E9

Text Example


Text Example

White with #CA24E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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