Html Css Color HEX #C014EF Electric Purple

📋 copy color: '#C014EF'

red 192 ◦ green 20 ◦ blue 239

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

Shades of Electric Purple #C014EF

Tints of Electric Purple #C014EF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.43%

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

R = 42.57%
G = 4.43%
B = 52.99%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C014EF (or 0xC014EF) is known color: Electric Purple. HEX triplet: C0, 14 and EF. RGB value is (192,20,239). Sum of RGB (Red+Green+Blue) = 192+20+239=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #C014EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C014EF is #3FEB10. Grayscale: #5F5F5F. Windows color (decimal): -4188945 or 15668416. OLE color: 15668416.

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

Color convert

RGB 192 20 239 -
CMYK 0.20 0.92 0 0.06
HSL 287.12º 0.87% 0.51% -
HSV(B) 287.12º 0.92% 0.94% -
XYZ 37.57 17.94 83.14 -
YUV 96.39 208.48 196.19 -
System Red Green Blue C M Y K H S L
Decimal 192 20 239 0.20 0.92 0 0.06 287.12 0.87 0.51
Hex C0 14 EF 14 5C 0 6 11F 57 33
Octal 300 24 357 24 134 0 6 437 127 63
Binary 11000000 10100 11101111 10100 1011100 0 110 100011111 1010111 110011

Color Harmonies of #C014EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014EF

Black with #C014EF

Text Example


Text Example

White with #C014EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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