Html Css Color HEX #C21CE8 Electric Purple

📋 copy color: '#C21CE8'

red 194 ◦ green 28 ◦ blue 232

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

Shades of Electric Purple #C21CE8

Tints of Electric Purple #C21CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 51.1%

R = 42.73%
G = 6.17%
B = 51.1%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C21CE8 (or 0xC21CE8) is known color: Electric Purple. HEX triplet: C2, 1C and E8. RGB value is (194,28,232). Sum of RGB (Red+Green+Blue) = 194+28+232=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #C21CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21CE8 is #3DE317. Grayscale: #646464. Windows color (decimal): -4055832 or 15211714. OLE color: 15211714.

HSL color Cylindrical-coordinate representation of color #C21CE8: hue angle of 288.82º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21CE8 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 28 232 -
CMYK 0.16 0.88 0 0.09
HSL 288.82º 0.82% 0.51% -
HSV(B) 288.82º 0.88% 0.91% -
XYZ 37.23 18.13 77.88 -
YUV 100.89 202 194.41 -
System Red Green Blue C M Y K H S L
Decimal 194 28 232 0.16 0.88 0 0.09 288.82 0.82 0.51
Hex C2 1C E8 10 58 0 9 121 52 33
Octal 302 34 350 20 130 0 11 441 122 63
Binary 11000010 11100 11101000 10000 1011000 0 1001 100100001 1010010 110011

Color Harmonies of #C21CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CE8

Black with #C21CE8

Text Example


Text Example

White with #C21CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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