Html Css Color HEX #C014EB Electric Purple

📋 copy color: '#C014EB'

red 192 ◦ green 20 ◦ blue 235

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

Shades of Electric Purple #C014EB

Tints of Electric Purple #C014EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 42.95%
G = 4.47%
B = 52.57%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C014EB (or 0xC014EB) is known color: Electric Purple. HEX triplet: C0, 14 and EB. RGB value is (192,20,235). Sum of RGB (Red+Green+Blue) = 192+20+235=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #C014EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C014EB is #3FEB14. Grayscale: #5F5F5F. Windows color (decimal): -4188949 or 15406272. OLE color: 15406272.

HSL color Cylindrical-coordinate representation of color #C014EB: hue angle of 288º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C014EB is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 20 235 -
CMYK 0.18 0.91 0 0.08
HSL 288º 0.84% 0.5% -
HSV(B) 288º 0.91% 0.92% -
XYZ 36.98 17.7 80.07 -
YUV 95.94 206.48 196.52 -
System Red Green Blue C M Y K H S L
Decimal 192 20 235 0.18 0.91 0 0.08 288 0.84 0.5
Hex C0 14 EB 12 5B 0 8 120 54 32
Octal 300 24 353 22 133 0 10 440 124 62
Binary 11000000 10100 11101011 10010 1011011 0 1000 100100000 1010100 110010

Color Harmonies of #C014EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014EB

Black with #C014EB

Text Example


Text Example

White with #C014EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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