Html Css Color HEX #C21DFE Electric Purple

📋 copy color: '#C21DFE'

red 194 ◦ green 29 ◦ blue 254

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

Shades of Electric Purple #C21DFE

Tints of Electric Purple #C21DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.08%

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 40.67%
G = 6.08%
B = 53.25%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C21DFE (or 0xC21DFE) is known color: Electric Purple. HEX triplet: C2, 1D and FE. RGB value is (194,29,254). Sum of RGB (Red+Green+Blue) = 194+29+254=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #C21DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DFE is #3DE201. Grayscale: #676767. Windows color (decimal): -4055554 or 16653762. OLE color: 16653762.

HSL color Cylindrical-coordinate representation of color #C21DFE: hue angle of 284º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21DFE is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 29 254 -
CMYK 0.24 0.89 0 0.00
HSL 284º 0.99% 0.55% -
HSV(B) 284º 0.89% 1% -
XYZ 40.58 19.5 95.39 -
YUV 103.99 212.66 192.2 -
System Red Green Blue C M Y K H S L
Decimal 194 29 254 0.24 0.89 0 0.00 284 0.99 0.55
Hex C2 1D FE 18 59 0 0 11C 63 37
Octal 302 35 376 30 131 0 0 434 143 67
Binary 11000010 11101 11111110 11000 1011001 0 0 100011100 1100011 110111

Color Harmonies of #C21DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DFE

Black with #C21DFE

Text Example


Text Example

White with #C21DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DFE; }

 p { color: rgb(194,29,254); }

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

background-color css

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

 a { background-color: rgb(194,29,254); }

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

border-color css

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

 span { border-color: rgb(194,29,254); }

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