Html Css Color HEX #C213F1 Electric Purple

📋 copy color: '#C213F1'

red 194 ◦ green 19 ◦ blue 241

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

Shades of Electric Purple #C213F1

Tints of Electric Purple #C213F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.08%

R = 42.73%
G = 4.19%
B = 53.08%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C213F1 (or 0xC213F1) is known color: Electric Purple. HEX triplet: C2, 13 and F1. RGB value is (194,19,241). Sum of RGB (Red+Green+Blue) = 194+19+241=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #C213F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213F1 is #3DEC0E. Grayscale: #5F5F5F. Windows color (decimal): -4058127 or 15799234. OLE color: 15799234.

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

Color convert

RGB 194 19 241 -
CMYK 0.20 0.92 0 0.05
HSL 287.3º 0.89% 0.51% -
HSV(B) 287.3º 0.92% 0.95% -
XYZ 38.36 18.29 84.73 -
YUV 96.63 209.48 197.45 -
System Red Green Blue C M Y K H S L
Decimal 194 19 241 0.20 0.92 0 0.05 287.3 0.89 0.51
Hex C2 13 F1 14 5C 0 5 11F 59 33
Octal 302 23 361 24 134 0 5 437 131 63
Binary 11000010 10011 11110001 10100 1011100 0 101 100011111 1011001 110011

Color Harmonies of #C213F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213F1

Black with #C213F1

Text Example


Text Example

White with #C213F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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