Html Css Color HEX #C221F2 Electric Purple

📋 copy color: '#C221F2'

red 194 ◦ green 33 ◦ blue 242

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

Shades of Electric Purple #C221F2

Tints of Electric Purple #C221F2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.04%

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 41.36%
G = 7.04%
B = 51.6%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C221F2 (or 0xC221F2) is known color: Electric Purple. HEX triplet: C2, 21 and F2. RGB value is (194,33,242). Sum of RGB (Red+Green+Blue) = 194+33+242=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #C221F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221F2 is #3DDE0D. Grayscale: #686868. Windows color (decimal): -4054542 or 15868354. OLE color: 15868354.

HSL color Cylindrical-coordinate representation of color #C221F2: hue angle of 286.22º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C221F2 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 33 242 -
CMYK 0.20 0.86 0 0.05
HSL 286.22º 0.89% 0.54% -
HSV(B) 286.22º 0.86% 0.95% -
XYZ 38.82 18.97 85.62 -
YUV 104.97 205.34 191.51 -
System Red Green Blue C M Y K H S L
Decimal 194 33 242 0.20 0.86 0 0.05 286.22 0.89 0.54
Hex C2 21 F2 14 56 0 5 11E 59 36
Octal 302 41 362 24 126 0 5 436 131 66
Binary 11000010 100001 11110010 10100 1010110 0 101 100011110 1011001 110110

Color Harmonies of #C221F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221F2

Black with #C221F2

Text Example


Text Example

White with #C221F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221F2; }

 p { color: rgb(194,33,242); }

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

background-color css

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

 a { background-color: rgb(194,33,242); }

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

border-color css

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

 span { border-color: rgb(194,33,242); }

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