Html Css Color HEX #C11DFC Electric Purple

📋 copy color: '#C11DFC'

red 193 ◦ green 29 ◦ blue 252

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

Shades of Electric Purple #C11DFC

Tints of Electric Purple #C11DFC

RGB

 RED value IS 193 (75.78% from 255) = 40.72%

 GREEN value IS 29 (11.72% from 255) = 6.12%

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

R = 40.72%
G = 6.12%
B = 53.16%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C11DFC (or 0xC11DFC) is known color: Electric Purple. HEX triplet: C1, 1D and FC. RGB value is (193,29,252). Sum of RGB (Red+Green+Blue) = 193+29+252=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #C11DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DFC is #3EE203. Grayscale: #666666. Windows color (decimal): -4121092 or 16522689. OLE color: 16522689.

HSL color Cylindrical-coordinate representation of color #C11DFC: hue angle of 284.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11DFC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 29 252 -
CMYK 0.23 0.88 0 0.01
HSL 284.13º 0.97% 0.55% -
HSV(B) 284.13º 0.88% 0.99% -
XYZ 40 19.24 93.7 -
YUV 103.46 211.83 191.87 -
System Red Green Blue C M Y K H S L
Decimal 193 29 252 0.23 0.88 0 0.01 284.13 0.97 0.55
Hex C1 1D FC 17 58 0 1 11C 61 37
Octal 301 35 374 27 130 0 1 434 141 67
Binary 11000001 11101 11111100 10111 1011000 0 1 100011100 1100001 110111

Color Harmonies of #C11DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11DFC

Black with #C11DFC

Text Example


Text Example

White with #C11DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11DFC; }

 p { color: rgb(193,29,252); }

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

background-color css

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

 a { background-color: rgb(193,29,252); }

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

border-color css

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

 span { border-color: rgb(193,29,252); }

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