Html Css Color HEX #C21CE5 Electric Purple

📋 copy color: '#C21CE5'

red 194 ◦ green 28 ◦ blue 229

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

Shades of Electric Purple #C21CE5

Tints of Electric Purple #C21CE5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.21%

 BLUE value IS 229 (89.84% from 255) = 50.78%

R = 43.02%
G = 6.21%
B = 50.78%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C21CE5 (or 0xC21CE5) is known color: Electric Purple. HEX triplet: C2, 1C and E5. RGB value is (194,28,229). Sum of RGB (Red+Green+Blue) = 194+28+229=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #C21CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CE5 is #3DE31A. Grayscale: #636363. Windows color (decimal): -4055835 or 15015106. OLE color: 15015106.

HSL color Cylindrical-coordinate representation of color #C21CE5: hue angle of 289.55º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21CE5 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 28 229 -
CMYK 0.15 0.88 0 0.10
HSL 289.55º 0.79% 0.5% -
HSV(B) 289.55º 0.88% 0.9% -
XYZ 36.81 17.96 75.65 -
YUV 100.55 200.5 194.66 -
System Red Green Blue C M Y K H S L
Decimal 194 28 229 0.15 0.88 0 0.10 289.55 0.79 0.5
Hex C2 1C E5 F 58 0 A 122 4F 32
Octal 302 34 345 17 130 0 12 442 117 62
Binary 11000010 11100 11100101 1111 1011000 0 1010 100100010 1001111 110010

Color Harmonies of #C21CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CE5

Black with #C21CE5

Text Example


Text Example

White with #C21CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CE5; }

 p { color: rgb(194,28,229); }

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

background-color css

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

 a { background-color: rgb(194,28,229); }

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

border-color css

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

 span { border-color: rgb(194,28,229); }

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