Html Css Color HEX #C101EA Electric Purple

📋 copy color: '#C101EA'

red 193 ◦ green 1 ◦ blue 234

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

Shades of Electric Purple #C101EA

Tints of Electric Purple #C101EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 45.09%
G = 0.23%
B = 54.67%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C101EA (or 0xC101EA) is known color: Electric Purple. HEX triplet: C1, 01 and EA. RGB value is (193,1,234). Sum of RGB (Red+Green+Blue) = 193+1+234=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #C101EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C101EA is #3EFE15. Grayscale: #545454. Windows color (decimal): -4128278 or 15335873. OLE color: 15335873.

HSL color Cylindrical-coordinate representation of color #C101EA: hue angle of 289.44º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C101EA is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 1 234 -
CMYK 0.18 1.00 0 0.08
HSL 289.44º 0.99% 0.46% -
HSV(B) 289.44º 1% 0.92% -
XYZ 36.85 17.3 79.24 -
YUV 84.97 212.11 205.05 -
System Red Green Blue C M Y K H S L
Decimal 193 1 234 0.18 1.00 0 0.08 289.44 0.99 0.46
Hex C1 1 EA 12 64 0 8 121 63 2E
Octal 301 1 352 22 144 0 10 441 143 56
Binary 11000001 1 11101010 10010 1100100 0 1000 100100001 1100011 101110

Color Harmonies of #C101EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C101EA

Black with #C101EA

Text Example


Text Example

White with #C101EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C101EA; }

 p { color: rgb(193,1,234); }

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

background-color css

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

 a { background-color: rgb(193,1,234); }

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

border-color css

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

 span { border-color: rgb(193,1,234); }

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