Html Css Color HEX #C011FE Electric Purple

📋 copy color: '#C011FE'

red 192 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #C011FE

Tints of Electric Purple #C011FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.67%

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 41.47%
G = 3.67%
B = 54.86%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C011FE (or 0xC011FE) is known color: Electric Purple. HEX triplet: C0, 11 and FE. RGB value is (192,17,254). Sum of RGB (Red+Green+Blue) = 192+17+254=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #C011FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011FE is #3FEE01. Grayscale: #5F5F5F. Windows color (decimal): -4189698 or 16650688. OLE color: 16650688.

HSL color Cylindrical-coordinate representation of color #C011FE: hue angle of 284.3º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C011FE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 17 254 -
CMYK 0.24 0.93 0 0.00
HSL 284.3º 0.99% 0.53% -
HSV(B) 284.3º 0.93% 1% -
XYZ 39.83 18.76 95.29 -
YUV 96.34 216.98 196.23 -
System Red Green Blue C M Y K H S L
Decimal 192 17 254 0.24 0.93 0 0.00 284.3 0.99 0.53
Hex C0 11 FE 18 5D 0 0 11C 63 35
Octal 300 21 376 30 135 0 0 434 143 65
Binary 11000000 10001 11111110 11000 1011101 0 0 100011100 1100011 110101

Color Harmonies of #C011FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011FE

Black with #C011FE

Text Example


Text Example

White with #C011FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011FE; }

 p { color: rgb(192,17,254); }

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

background-color css

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

 a { background-color: rgb(192,17,254); }

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

border-color css

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

 span { border-color: rgb(192,17,254); }

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