Html Css Color HEX #C011FC Electric Purple

📋 copy color: '#C011FC'

red 192 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #C011FC

Tints of Electric Purple #C011FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 41.65%
G = 3.69%
B = 54.66%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C011FC (or 0xC011FC) is known color: Electric Purple. HEX triplet: C0, 11 and FC. RGB value is (192,17,252). Sum of RGB (Red+Green+Blue) = 192+17+252=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #C011FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011FC is #3FEE03. Grayscale: #5F5F5F. Windows color (decimal): -4189700 or 16519616. OLE color: 16519616.

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

Color convert

RGB 192 17 252 -
CMYK 0.24 0.93 0 0.01
HSL 284.68º 0.98% 0.53% -
HSV(B) 284.68º 0.93% 0.99% -
XYZ 39.51 18.64 93.61 -
YUV 96.12 215.98 196.39 -
System Red Green Blue C M Y K H S L
Decimal 192 17 252 0.24 0.93 0 0.01 284.68 0.98 0.53
Hex C0 11 FC 18 5D 0 1 11D 62 35
Octal 300 21 374 30 135 0 1 435 142 65
Binary 11000000 10001 11111100 11000 1011101 0 1 100011101 1100010 110101

Color Harmonies of #C011FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011FC

Black with #C011FC

Text Example


Text Example

White with #C011FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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