Html Css Color HEX #C024EF Electric Purple

📋 copy color: '#C024EF'

red 192 ◦ green 36 ◦ blue 239

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

Shades of Electric Purple #C024EF

Tints of Electric Purple #C024EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 41.11%
G = 7.71%
B = 51.18%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C024EF (or 0xC024EF) is known color: Electric Purple. HEX triplet: C0, 24 and EF. RGB value is (192,36,239). Sum of RGB (Red+Green+Blue) = 192+36+239=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #C024EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C024EF is #3FDB10. Grayscale: #696969. Windows color (decimal): -4184849 or 15672512. OLE color: 15672512.

HSL color Cylindrical-coordinate representation of color #C024EF: hue angle of 286.11º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C024EF is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 36 239 -
CMYK 0.20 0.85 0 0.06
HSL 286.11º 0.86% 0.54% -
HSV(B) 286.11º 0.85% 0.94% -
XYZ 37.95 18.7 83.27 -
YUV 105.79 203.18 189.49 -
System Red Green Blue C M Y K H S L
Decimal 192 36 239 0.20 0.85 0 0.06 286.11 0.86 0.54
Hex C0 24 EF 14 55 0 6 11E 56 36
Octal 300 44 357 24 125 0 6 436 126 66
Binary 11000000 100100 11101111 10100 1010101 0 110 100011110 1010110 110110

Color Harmonies of #C024EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024EF

Black with #C024EF

Text Example


Text Example

White with #C024EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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