Html Css Color HEX #C024E4 Electric Purple

📋 copy color: '#C024E4'

red 192 ◦ green 36 ◦ blue 228

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

Shades of Electric Purple #C024E4

Tints of Electric Purple #C024E4

RGB

 RED value IS 192 (75.39% from 255) = 42.11%

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

 BLUE value IS 228 (89.45% from 255) = 50%

R = 42.11%
G = 7.89%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C024E4 (or 0xC024E4) is known color: Electric Purple. HEX triplet: C0, 24 and E4. RGB value is (192,36,228). Sum of RGB (Red+Green+Blue) = 192+36+228=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #C024E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024E4 is #3FDB1B. Grayscale: #676767. Windows color (decimal): -4184860 or 14951616. OLE color: 14951616.

HSL color Cylindrical-coordinate representation of color #C024E4: hue angle of 288.75º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C024E4 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 36 228 -
CMYK 0.16 0.84 0 0.11
HSL 288.75º 0.78% 0.52% -
HSV(B) 288.75º 0.84% 0.89% -
XYZ 36.37 18.07 74.97 -
YUV 104.53 197.68 190.39 -
System Red Green Blue C M Y K H S L
Decimal 192 36 228 0.16 0.84 0 0.11 288.75 0.78 0.52
Hex C0 24 E4 10 54 0 B 121 4E 34
Octal 300 44 344 20 124 0 13 441 116 64
Binary 11000000 100100 11100100 10000 1010100 0 1011 100100001 1001110 110100

Color Harmonies of #C024E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024E4

Black with #C024E4

Text Example


Text Example

White with #C024E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024E4; }

 p { color: rgb(192,36,228); }

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

background-color css

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

 a { background-color: rgb(192,36,228); }

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

border-color css

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

 span { border-color: rgb(192,36,228); }

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