Html Css Color HEX #C21EFB Electric Purple

📋 copy color: '#C21EFB'

red 194 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #C21EFB

Tints of Electric Purple #C21EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.32%

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

R = 40.84%
G = 6.32%
B = 52.84%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C21EFB (or 0xC21EFB) is known color: Electric Purple. HEX triplet: C2, 1E and FB. RGB value is (194,30,251). Sum of RGB (Red+Green+Blue) = 194+30+251=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #C21EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EFB is #3DE104. Grayscale: #676767. Windows color (decimal): -4055301 or 16457410. OLE color: 16457410.

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

Color convert

RGB 194 30 251 -
CMYK 0.23 0.88 0 0.02
HSL 284.52º 0.97% 0.55% -
HSV(B) 284.52º 0.88% 0.98% -
XYZ 40.13 19.36 92.89 -
YUV 104.23 210.83 192.03 -
System Red Green Blue C M Y K H S L
Decimal 194 30 251 0.23 0.88 0 0.02 284.52 0.97 0.55
Hex C2 1E FB 17 58 0 2 11D 61 37
Octal 302 36 373 27 130 0 2 435 141 67
Binary 11000010 11110 11111011 10111 1011000 0 10 100011101 1100001 110111

Color Harmonies of #C21EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EFB

Black with #C21EFB

Text Example


Text Example

White with #C21EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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