Html Css Color HEX #C201EC Electric Purple

📋 copy color: '#C201EC'

red 194 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #C201EC

Tints of Electric Purple #C201EC

RGB

 RED value IS 194 (76.17% from 255) = 45.01%

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

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 45.01%
G = 0.23%
B = 54.76%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C201EC (or 0xC201EC) is known color: Electric Purple. HEX triplet: C2, 01 and EC. RGB value is (194,1,236). Sum of RGB (Red+Green+Blue) = 194+1+236=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #C201EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C201EC is #3DFE13. Grayscale: #545454. Windows color (decimal): -4062740 or 15466946. OLE color: 15466946.

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

Color convert

RGB 194 1 236 -
CMYK 0.18 1.00 0 0.07
HSL 289.28º 0.99% 0.46% -
HSV(B) 289.28º 1% 0.93% -
XYZ 37.4 17.55 80.77 -
YUV 85.5 212.94 205.39 -
System Red Green Blue C M Y K H S L
Decimal 194 1 236 0.18 1.00 0 0.07 289.28 0.99 0.46
Hex C2 1 EC 12 64 0 7 121 63 2E
Octal 302 1 354 22 144 0 7 441 143 56
Binary 11000010 1 11101100 10010 1100100 0 111 100100001 1100011 101110

Color Harmonies of #C201EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201EC

Black with #C201EC

Text Example


Text Example

White with #C201EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201EC; }

 p { color: rgb(194,1,236); }

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

background-color css

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

 a { background-color: rgb(194,1,236); }

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

border-color css

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

 span { border-color: rgb(194,1,236); }

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