Html Css Color HEX #C21BEE Electric Purple

📋 copy color: '#C21BEE'

red 194 ◦ green 27 ◦ blue 238

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

Shades of Electric Purple #C21BEE

Tints of Electric Purple #C21BEE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.88%

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 42.27%
G = 5.88%
B = 51.85%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C21BEE (or 0xC21BEE) is known color: Electric Purple. HEX triplet: C2, 1B and EE. RGB value is (194,27,238). Sum of RGB (Red+Green+Blue) = 194+27+238=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #C21BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21BEE is #3DE411. Grayscale: #646464. Windows color (decimal): -4056082 or 15604674. OLE color: 15604674.

HSL color Cylindrical-coordinate representation of color #C21BEE: hue angle of 287.49º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21BEE is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 27 238 -
CMYK 0.18 0.89 0 0.07
HSL 287.49º 0.86% 0.52% -
HSV(B) 287.49º 0.89% 0.93% -
XYZ 38.07 18.43 82.44 -
YUV 100.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 194 27 238 0.18 0.89 0 0.07 287.49 0.86 0.52
Hex C2 1B EE 12 59 0 7 11F 56 34
Octal 302 33 356 22 131 0 7 437 126 64
Binary 11000010 11011 11101110 10010 1011001 0 111 100011111 1010110 110100

Color Harmonies of #C21BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BEE

Black with #C21BEE

Text Example


Text Example

White with #C21BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BEE; }

 p { color: rgb(194,27,238); }

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

background-color css

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

 a { background-color: rgb(194,27,238); }

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

border-color css

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

 span { border-color: rgb(194,27,238); }

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