Html Css Color HEX #C20AFF Electric Purple

📋 copy color: '#C20AFF'

red 194 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #C20AFF

Tints of Electric Purple #C20AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 42.27%
G = 2.18%
B = 55.56%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C20AFF (or 0xC20AFF) is known color: Electric Purple. HEX triplet: C2, 0A and FF. RGB value is (194,10,255). Sum of RGB (Red+Green+Blue) = 194+10+255=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #C20AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AFF is #3DF500. Grayscale: #5C5C5C. Windows color (decimal): -4060417 or 16714434. OLE color: 16714434.

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

Color convert

RGB 194 10 255 -
CMYK 0.24 0.96 0 0
HSL 285.06º 1% 0.52% -
HSV(B) 285.06º 0.96% 1% -
XYZ 40.41 18.91 96.13 -
YUV 92.95 219.46 200.08 -
System Red Green Blue C M Y K H S L
Decimal 194 10 255 0.24 0.96 0 0 285.06 1 0.52
Hex C2 A FF 18 60 0 0 11D 64 34
Octal 302 12 377 30 140 0 0 435 144 64
Binary 11000010 1010 11111111 11000 1100000 0 0 100011101 1100100 110100

Color Harmonies of #C20AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AFF

Black with #C20AFF

Text Example


Text Example

White with #C20AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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