Html Css Color HEX #C11CFA Electric Purple

📋 copy color: '#C11CFA'

red 193 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #C11CFA

Tints of Electric Purple #C11CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.94%

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 40.98%
G = 5.94%
B = 53.08%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C11CFA (or 0xC11CFA) is known color: Electric Purple. HEX triplet: C1, 1C and FA. RGB value is (193,28,250). Sum of RGB (Red+Green+Blue) = 193+28+250=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #C11CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CFA is #3EE305. Grayscale: #656565. Windows color (decimal): -4121350 or 16391361. OLE color: 16391361.

HSL color Cylindrical-coordinate representation of color #C11CFA: hue angle of 284.59º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11CFA is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 28 250 -
CMYK 0.23 0.89 0 0.02
HSL 284.59º 0.96% 0.55% -
HSV(B) 284.59º 0.89% 0.98% -
XYZ 39.66 19.07 92.03 -
YUV 102.64 211.16 192.45 -
System Red Green Blue C M Y K H S L
Decimal 193 28 250 0.23 0.89 0 0.02 284.59 0.96 0.55
Hex C1 1C FA 17 59 0 2 11D 60 37
Octal 301 34 372 27 131 0 2 435 140 67
Binary 11000001 11100 11111010 10111 1011001 0 10 100011101 1100000 110111

Color Harmonies of #C11CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CFA

Black with #C11CFA

Text Example


Text Example

White with #C11CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CFA; }

 p { color: rgb(193,28,250); }

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

background-color css

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

 a { background-color: rgb(193,28,250); }

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

border-color css

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

 span { border-color: rgb(193,28,250); }

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