Html Css Color HEX #C20AFB Electric Purple

📋 copy color: '#C20AFB'

red 194 ◦ green 10 ◦ blue 251

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

Shades of Electric Purple #C20AFB

Tints of Electric Purple #C20AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.16%

R = 42.64%
G = 2.2%
B = 55.16%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C20AFB (or 0xC20AFB) is known color: Electric Purple. HEX triplet: C2, 0A and FB. RGB value is (194,10,251). Sum of RGB (Red+Green+Blue) = 194+10+251=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #C20AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AFB is #3DF504. Grayscale: #5B5B5B. Windows color (decimal): -4060421 or 16452290. OLE color: 16452290.

HSL color Cylindrical-coordinate representation of color #C20AFB: hue angle of 285.81º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20AFB is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 10 251 -
CMYK 0.23 0.96 0 0.02
HSL 285.81º 0.97% 0.51% -
HSV(B) 285.81º 0.96% 0.98% -
XYZ 39.77 18.65 92.77 -
YUV 92.49 217.46 200.4 -
System Red Green Blue C M Y K H S L
Decimal 194 10 251 0.23 0.96 0 0.02 285.81 0.97 0.51
Hex C2 A FB 17 60 0 2 11E 61 33
Octal 302 12 373 27 140 0 2 436 141 63
Binary 11000010 1010 11111011 10111 1100000 0 10 100011110 1100001 110011

Color Harmonies of #C20AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AFB

Black with #C20AFB

Text Example


Text Example

White with #C20AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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