Html Css Color HEX #C011FF Electric Purple

📋 copy color: '#C011FF'

red 192 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #C011FF

Tints of Electric Purple #C011FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.96%

R = 41.38%
G = 3.66%
B = 54.96%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C011FF (or 0xC011FF) is known color: Electric Purple. HEX triplet: C0, 11 and FF. RGB value is (192,17,255). Sum of RGB (Red+Green+Blue) = 192+17+255=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #C011FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011FF is #3FEE00. Grayscale: #5F5F5F. Windows color (decimal): -4189697 or 16716224. OLE color: 16716224.

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

Color convert

RGB 192 17 255 -
CMYK 0.25 0.93 0 0
HSL 284.12º 1% 0.53% -
HSV(B) 284.12º 0.93% 1% -
XYZ 39.99 18.83 96.13 -
YUV 96.46 217.48 196.15 -
System Red Green Blue C M Y K H S L
Decimal 192 17 255 0.25 0.93 0 0 284.12 1 0.53
Hex C0 11 FF 19 5D 0 0 11C 64 35
Octal 300 21 377 31 135 0 0 434 144 65
Binary 11000000 10001 11111111 11001 1011101 0 0 100011100 1100100 110101

Color Harmonies of #C011FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011FF

Black with #C011FF

Text Example


Text Example

White with #C011FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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