Html Css Color HEX #C21CEF Electric Purple

📋 copy color: '#C21CEF'

red 194 ◦ green 28 ◦ blue 239

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

Shades of Electric Purple #C21CEF

Tints of Electric Purple #C21CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 42.08%
G = 6.07%
B = 51.84%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C21CEF (or 0xC21CEF) is known color: Electric Purple. HEX triplet: C2, 1C and EF. RGB value is (194,28,239). Sum of RGB (Red+Green+Blue) = 194+28+239=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #C21CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21CEF is #3DE310. Grayscale: #656565. Windows color (decimal): -4055825 or 15670466. OLE color: 15670466.

HSL color Cylindrical-coordinate representation of color #C21CEF: hue angle of 287.2º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21CEF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 28 239 -
CMYK 0.19 0.88 0 0.06
HSL 287.2º 0.87% 0.52% -
HSV(B) 287.2º 0.88% 0.94% -
XYZ 38.24 18.53 83.22 -
YUV 101.69 205.5 193.84 -
System Red Green Blue C M Y K H S L
Decimal 194 28 239 0.19 0.88 0 0.06 287.2 0.87 0.52
Hex C2 1C EF 13 58 0 6 11F 57 34
Octal 302 34 357 23 130 0 6 437 127 64
Binary 11000010 11100 11101111 10011 1011000 0 110 100011111 1010111 110100

Color Harmonies of #C21CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CEF

Black with #C21CEF

Text Example


Text Example

White with #C21CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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