Html Css Color HEX #C21CFF Electric Purple

📋 copy color: '#C21CFF'

red 194 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #C21CFF

Tints of Electric Purple #C21CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 40.67%
G = 5.87%
B = 53.46%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C21CFF (or 0xC21CFF) is known color: Electric Purple. HEX triplet: C2, 1C and FF. RGB value is (194,28,255). Sum of RGB (Red+Green+Blue) = 194+28+255=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #C21CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21CFF is #3DE300. Grayscale: #666666. Windows color (decimal): -4055809 or 16719042. OLE color: 16719042.

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

Color convert

RGB 194 28 255 -
CMYK 0.24 0.89 0 0
HSL 283.88º 1% 0.55% -
HSV(B) 283.88º 0.89% 1% -
XYZ 40.71 19.52 96.23 -
YUV 103.51 213.5 192.54 -
System Red Green Blue C M Y K H S L
Decimal 194 28 255 0.24 0.89 0 0 283.88 1 0.55
Hex C2 1C FF 18 59 0 0 11C 64 37
Octal 302 34 377 30 131 0 0 434 144 67
Binary 11000010 11100 11111111 11000 1011001 0 0 100011100 1100100 110111

Color Harmonies of #C21CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CFF

Black with #C21CFF

Text Example


Text Example

White with #C21CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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