Html Css Color HEX #C201EF Electric Purple

📋 copy color: '#C201EF'

red 194 ◦ green 1 ◦ blue 239

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

Shades of Electric Purple #C201EF

Tints of Electric Purple #C201EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 44.7%
G = 0.23%
B = 55.07%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C201EF (or 0xC201EF) is known color: Electric Purple. HEX triplet: C2, 01 and EF. RGB value is (194,1,239). Sum of RGB (Red+Green+Blue) = 194+1+239=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #C201EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C201EF is #3DFE10. Grayscale: #555555. Windows color (decimal): -4062737 or 15663554. OLE color: 15663554.

HSL color Cylindrical-coordinate representation of color #C201EF: hue angle of 288.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C201EF is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 1 239 -
CMYK 0.19 1.00 0 0.06
HSL 288.66º 0.99% 0.47% -
HSV(B) 288.66º 1% 0.94% -
XYZ 37.84 17.72 83.09 -
YUV 85.84 214.44 205.15 -
System Red Green Blue C M Y K H S L
Decimal 194 1 239 0.19 1.00 0 0.06 288.66 0.99 0.47
Hex C2 1 EF 13 64 0 6 121 63 2F
Octal 302 1 357 23 144 0 6 441 143 57
Binary 11000010 1 11101111 10011 1100100 0 110 100100001 1100011 101111

Color Harmonies of #C201EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201EF

Black with #C201EF

Text Example


Text Example

White with #C201EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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