Html Css Color HEX #C213FC Electric Purple

📋 copy color: '#C213FC'

red 194 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #C213FC

Tints of Electric Purple #C213FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 41.72%
G = 4.09%
B = 54.19%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C213FC (or 0xC213FC) is known color: Electric Purple. HEX triplet: C2, 13 and FC. RGB value is (194,19,252). Sum of RGB (Red+Green+Blue) = 194+19+252=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #C213FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213FC is #3DEC03. Grayscale: #616161. Windows color (decimal): -4058116 or 16520130. OLE color: 16520130.

HSL color Cylindrical-coordinate representation of color #C213FC: hue angle of 285.06º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C213FC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 19 252 -
CMYK 0.23 0.92 0 0.01
HSL 285.06º 0.97% 0.53% -
HSV(B) 285.06º 0.92% 0.99% -
XYZ 40.05 18.96 93.64 -
YUV 97.89 214.98 196.55 -
System Red Green Blue C M Y K H S L
Decimal 194 19 252 0.23 0.92 0 0.01 285.06 0.97 0.53
Hex C2 13 FC 17 5C 0 1 11D 61 35
Octal 302 23 374 27 134 0 1 435 141 65
Binary 11000010 10011 11111100 10111 1011100 0 1 100011101 1100001 110101

Color Harmonies of #C213FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213FC

Black with #C213FC

Text Example


Text Example

White with #C213FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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