Html Css Color HEX #C21FFB Electric Purple

📋 copy color: '#C21FFB'

red 194 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #C21FFB

Tints of Electric Purple #C21FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.51%

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

R = 40.76%
G = 6.51%
B = 52.73%

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

#C21FFB (or 0xC21FFB) is known color: Electric Purple. HEX triplet: C2, 1F and FB. RGB value is (194,31,251). Sum of RGB (Red+Green+Blue) = 194+31+251=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #C21FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21FFB is #3DE004. Grayscale: #686868. Windows color (decimal): -4055045 or 16457666. OLE color: 16457666.

HSL color Cylindrical-coordinate representation of color #C21FFB: hue angle of 284.45º degrees, saturation: 0.96, 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 #C21FFB is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 31 251 -
CMYK 0.23 0.88 0 0.02
HSL 284.45º 0.96% 0.55% -
HSV(B) 284.45º 0.88% 0.98% -
XYZ 40.15 19.41 92.9 -
YUV 104.82 210.5 191.61 -
System Red Green Blue C M Y K H S L
Decimal 194 31 251 0.23 0.88 0 0.02 284.45 0.96 0.55
Hex C2 1F FB 17 58 0 2 11C 60 37
Octal 302 37 373 27 130 0 2 434 140 67
Binary 11000010 11111 11111011 10111 1011000 0 10 100011100 1100000 110111

Color Harmonies of #C21FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FFB

Black with #C21FFB

Text Example


Text Example

White with #C21FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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