Html Css Color HEX #C21AEB Electric Purple

📋 copy color: '#C21AEB'

red 194 ◦ green 26 ◦ blue 235

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

Shades of Electric Purple #C21AEB

Tints of Electric Purple #C21AEB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.71%

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 42.64%
G = 5.71%
B = 51.65%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C21AEB (or 0xC21AEB) is known color: Electric Purple. HEX triplet: C2, 1A and EB. RGB value is (194,26,235). Sum of RGB (Red+Green+Blue) = 194+26+235=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #C21AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AEB is #3DE514. Grayscale: #636363. Windows color (decimal): -4056341 or 15407810. OLE color: 15407810.

HSL color Cylindrical-coordinate representation of color #C21AEB: hue angle of 288.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21AEB is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 26 235 -
CMYK 0.17 0.89 0 0.08
HSL 288.23º 0.84% 0.51% -
HSV(B) 288.23º 0.89% 0.92% -
XYZ 37.61 18.21 80.13 -
YUV 100.06 204.16 195.01 -
System Red Green Blue C M Y K H S L
Decimal 194 26 235 0.17 0.89 0 0.08 288.23 0.84 0.51
Hex C2 1A EB 11 59 0 8 120 54 33
Octal 302 32 353 21 131 0 10 440 124 63
Binary 11000010 11010 11101011 10001 1011001 0 1000 100100000 1010100 110011

Color Harmonies of #C21AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21AEB

Black with #C21AEB

Text Example


Text Example

White with #C21AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21AEB; }

 p { color: rgb(194,26,235); }

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

background-color css

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

 a { background-color: rgb(194,26,235); }

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

border-color css

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

 span { border-color: rgb(194,26,235); }

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