Html Css Color HEX #C219F3 Electric Purple

📋 copy color: '#C219F3'

red 194 ◦ green 25 ◦ blue 243

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

Shades of Electric Purple #C219F3

Tints of Electric Purple #C219F3

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.41%

 BLUE value IS 243 (95.31% from 255) = 52.6%

R = 41.99%
G = 5.41%
B = 52.6%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C219F3 (or 0xC219F3) is known color: Electric Purple. HEX triplet: C2, 19 and F3. RGB value is (194,25,243). Sum of RGB (Red+Green+Blue) = 194+25+243=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #C219F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C219F3 is #3DE60C. Grayscale: #636363. Windows color (decimal): -4056589 or 15931842. OLE color: 15931842.

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

Color convert

RGB 194 25 243 -
CMYK 0.20 0.90 0 0.05
HSL 286.51º 0.9% 0.53% -
HSV(B) 286.51º 0.9% 0.95% -
XYZ 38.77 18.64 86.35 -
YUV 100.38 208.49 194.77 -
System Red Green Blue C M Y K H S L
Decimal 194 25 243 0.20 0.90 0 0.05 286.51 0.9 0.53
Hex C2 19 F3 14 5A 0 5 11F 5A 35
Octal 302 31 363 24 132 0 5 437 132 65
Binary 11000010 11001 11110011 10100 1011010 0 101 100011111 1011010 110101

Color Harmonies of #C219F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219F3

Black with #C219F3

Text Example


Text Example

White with #C219F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219F3; }

 p { color: rgb(194,25,243); }

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

background-color css

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

 a { background-color: rgb(194,25,243); }

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

border-color css

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

 span { border-color: rgb(194,25,243); }

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