Html Css Color HEX #C100E4 Electric Purple

📋 copy color: '#C100E4'

red 193 ◦ green 0 ◦ blue 228

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

Shades of Electric Purple #C100E4

Tints of Electric Purple #C100E4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 228 (89.45% from 255) = 54.16%

R = 45.84%
G = 0%
B = 54.16%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C100E4 (or 0xC100E4) is known color: Electric Purple. HEX triplet: C1, 00 and E4. RGB value is (193,0,228). Sum of RGB (Red+Green+Blue) = 193+0+228=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #C100E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100E4 is #3EFF1B. Grayscale: #525252. Windows color (decimal): -4128540 or 14942401. OLE color: 14942401.

HSL color Cylindrical-coordinate representation of color #C100E4: hue angle of 290.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100E4 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 0 228 -
CMYK 0.15 1 0 0.11
HSL 290.79º 1% 0.45% -
HSV(B) 290.79º 1% 0.89% -
XYZ 36 16.94 74.77 -
YUV 83.7 209.44 205.96 -
System Red Green Blue C M Y K H S L
Decimal 193 0 228 0.15 1 0 0.11 290.79 1 0.45
Hex C1 0 E4 F 64 0 B 123 64 2D
Octal 301 0 344 17 144 0 13 443 144 55
Binary 11000001 0 11100100 1111 1100100 0 1011 100100011 1100100 101101

Color Harmonies of #C100E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100E4

Black with #C100E4

Text Example


Text Example

White with #C100E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100E4; }

 p { color: rgb(193,0,228); }

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

background-color css

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

 a { background-color: rgb(193,0,228); }

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

border-color css

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

 span { border-color: rgb(193,0,228); }

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