Html Css Color HEX #C011FB Electric Purple

📋 copy color: '#C011FB'

red 192 ◦ green 17 ◦ blue 251

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

Shades of Electric Purple #C011FB

Tints of Electric Purple #C011FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.57%

R = 41.74%
G = 3.7%
B = 54.57%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C011FB (or 0xC011FB) is known color: Electric Purple. HEX triplet: C0, 11 and FB. RGB value is (192,17,251). Sum of RGB (Red+Green+Blue) = 192+17+251=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #C011FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011FB is #3FEE04. Grayscale: #5F5F5F. Windows color (decimal): -4189701 or 16454080. OLE color: 16454080.

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

Color convert

RGB 192 17 251 -
CMYK 0.24 0.93 0 0.02
HSL 284.87º 0.97% 0.53% -
HSV(B) 284.87º 0.93% 0.98% -
XYZ 39.35 18.57 92.78 -
YUV 96 215.48 196.47 -
System Red Green Blue C M Y K H S L
Decimal 192 17 251 0.24 0.93 0 0.02 284.87 0.97 0.53
Hex C0 11 FB 18 5D 0 2 11D 61 35
Octal 300 21 373 30 135 0 2 435 141 65
Binary 11000000 10001 11111011 11000 1011101 0 10 100011101 1100001 110101

Color Harmonies of #C011FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011FB

Black with #C011FB

Text Example


Text Example

White with #C011FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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