Html Css Color HEX #C213F9 Electric Purple

📋 copy color: '#C213F9'

red 194 ◦ green 19 ◦ blue 249

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

Shades of Electric Purple #C213F9

Tints of Electric Purple #C213F9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.11%

 BLUE value IS 249 (97.66% from 255) = 53.9%

R = 41.99%
G = 4.11%
B = 53.9%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C213F9 (or 0xC213F9) is known color: Electric Purple. HEX triplet: C2, 13 and F9. RGB value is (194,19,249). Sum of RGB (Red+Green+Blue) = 194+19+249=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #C213F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213F9 is #3DEC06. Grayscale: #606060. Windows color (decimal): -4058119 or 16323522. OLE color: 16323522.

HSL color Cylindrical-coordinate representation of color #C213F9: hue angle of 285.65º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C213F9 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 19 249 -
CMYK 0.22 0.92 0 0.02
HSL 285.65º 0.95% 0.53% -
HSV(B) 285.65º 0.92% 0.98% -
XYZ 39.58 18.77 91.16 -
YUV 97.55 213.48 196.8 -
System Red Green Blue C M Y K H S L
Decimal 194 19 249 0.22 0.92 0 0.02 285.65 0.95 0.53
Hex C2 13 F9 16 5C 0 2 11E 5F 35
Octal 302 23 371 26 134 0 2 436 137 65
Binary 11000010 10011 11111001 10110 1011100 0 10 100011110 1011111 110101

Color Harmonies of #C213F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213F9

Black with #C213F9

Text Example


Text Example

White with #C213F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213F9; }

 p { color: rgb(194,19,249); }

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

background-color css

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

 a { background-color: rgb(194,19,249); }

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

border-color css

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

 span { border-color: rgb(194,19,249); }

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