Html Css Color HEX #C024EC Electric Purple

📋 copy color: '#C024EC'

red 192 ◦ green 36 ◦ blue 236

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

Shades of Electric Purple #C024EC

Tints of Electric Purple #C024EC

RGB

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

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

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

R = 41.38%
G = 7.76%
B = 50.86%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C024EC (or 0xC024EC) is known color: Electric Purple. HEX triplet: C0, 24 and EC. RGB value is (192,36,236). Sum of RGB (Red+Green+Blue) = 192+36+236=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #C024EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C024EC is #3FDB13. Grayscale: #686868. Windows color (decimal): -4184852 or 15475904. OLE color: 15475904.

HSL color Cylindrical-coordinate representation of color #C024EC: hue angle of 286.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 #C024EC is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 36 236 -
CMYK 0.19 0.85 0 0.07
HSL 286.8º 0.84% 0.53% -
HSV(B) 286.8º 0.85% 0.93% -
XYZ 37.51 18.52 80.96 -
YUV 105.44 201.68 189.74 -
System Red Green Blue C M Y K H S L
Decimal 192 36 236 0.19 0.85 0 0.07 286.8 0.84 0.53
Hex C0 24 EC 13 55 0 7 11F 54 35
Octal 300 44 354 23 125 0 7 437 124 65
Binary 11000000 100100 11101100 10011 1010101 0 111 100011111 1010100 110101

Color Harmonies of #C024EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024EC

Black with #C024EC

Text Example


Text Example

White with #C024EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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