Html Css Color HEX #C524E9 Electric Purple

📋 copy color: '#C524E9'

red 197 ◦ green 36 ◦ blue 233

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

Shades of Electric Purple #C524E9

Tints of Electric Purple #C524E9

RGB

 RED value IS 197 (77.34% from 255) = 42.27%

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

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

R = 42.27%
G = 7.73%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C524E9 (or 0xC524E9) is known color: Electric Purple. HEX triplet: C5, 24 and E9. RGB value is (197,36,233). Sum of RGB (Red+Green+Blue) = 197+36+233=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #C524E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524E9 is #3ADB16. Grayscale: #696969. Windows color (decimal): -3857175 or 15279301. OLE color: 15279301.

HSL color Cylindrical-coordinate representation of color #C524E9: hue angle of 289.04º 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 #C524E9 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 36 233 -
CMYK 0.15 0.85 0 0.09
HSL 289.04º 0.82% 0.53% -
HSV(B) 289.04º 0.85% 0.91% -
XYZ 38.36 19.02 78.74 -
YUV 106.6 199.34 192.48 -
System Red Green Blue C M Y K H S L
Decimal 197 36 233 0.15 0.85 0 0.09 289.04 0.82 0.53
Hex C5 24 E9 F 55 0 9 121 52 35
Octal 305 44 351 17 125 0 11 441 122 65
Binary 11000101 100100 11101001 1111 1010101 0 1001 100100001 1010010 110101

Color Harmonies of #C524E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524E9

Black with #C524E9

Text Example


Text Example

White with #C524E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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