Html Css Color HEX #C20AFE Electric Purple

📋 copy color: '#C20AFE'

red 194 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #C20AFE

Tints of Electric Purple #C20AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.18%

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 42.36%
G = 2.18%
B = 55.46%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C20AFE (or 0xC20AFE) is known color: Electric Purple. HEX triplet: C2, 0A and FE. RGB value is (194,10,254). Sum of RGB (Red+Green+Blue) = 194+10+254=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #C20AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AFE is #3DF501. Grayscale: #5C5C5C. Windows color (decimal): -4060418 or 16648898. OLE color: 16648898.

HSL color Cylindrical-coordinate representation of color #C20AFE: hue angle of 285.25º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20AFE is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 10 254 -
CMYK 0.24 0.96 0 0.00
HSL 285.25º 0.99% 0.52% -
HSV(B) 285.25º 0.96% 1% -
XYZ 40.25 18.84 95.28 -
YUV 92.83 218.96 200.16 -
System Red Green Blue C M Y K H S L
Decimal 194 10 254 0.24 0.96 0 0.00 285.25 0.99 0.52
Hex C2 A FE 18 60 0 0 11D 63 34
Octal 302 12 376 30 140 0 0 435 143 64
Binary 11000010 1010 11111110 11000 1100000 0 0 100011101 1100011 110100

Color Harmonies of #C20AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AFE

Black with #C20AFE

Text Example


Text Example

White with #C20AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AFE; }

 p { color: rgb(194,10,254); }

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

background-color css

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

 a { background-color: rgb(194,10,254); }

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

border-color css

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

 span { border-color: rgb(194,10,254); }

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