Html Css Color HEX #C212FE Electric Purple

📋 copy color: '#C212FE'

red 194 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #C212FE

Tints of Electric Purple #C212FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.86%

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 41.63%
G = 3.86%
B = 54.51%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C212FE (or 0xC212FE) is known color: Electric Purple. HEX triplet: C2, 12 and FE. RGB value is (194,18,254). Sum of RGB (Red+Green+Blue) = 194+18+254=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #C212FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C212FE is #3DED01. Grayscale: #606060. Windows color (decimal): -4058370 or 16650946. OLE color: 16650946.

HSL color Cylindrical-coordinate representation of color #C212FE: hue angle of 284.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C212FE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 18 254 -
CMYK 0.24 0.93 0 0.00
HSL 284.75º 0.99% 0.53% -
HSV(B) 284.75º 0.93% 1% -
XYZ 40.35 19.06 95.32 -
YUV 97.53 216.31 196.81 -
System Red Green Blue C M Y K H S L
Decimal 194 18 254 0.24 0.93 0 0.00 284.75 0.99 0.53
Hex C2 12 FE 18 5D 0 0 11D 63 35
Octal 302 22 376 30 135 0 0 435 143 65
Binary 11000010 10010 11111110 11000 1011101 0 0 100011101 1100011 110101

Color Harmonies of #C212FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212FE

Black with #C212FE

Text Example


Text Example

White with #C212FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212FE; }

 p { color: rgb(194,18,254); }

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

background-color css

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

 a { background-color: rgb(194,18,254); }

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

border-color css

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

 span { border-color: rgb(194,18,254); }

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