Html Css Color HEX #C212EB Electric Purple

📋 copy color: '#C212EB'

red 194 ◦ green 18 ◦ blue 235

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

Shades of Electric Purple #C212EB

Tints of Electric Purple #C212EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 43.4%
G = 4.03%
B = 52.57%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C212EB (or 0xC212EB) is known color: Electric Purple. HEX triplet: C2, 12 and EB. RGB value is (194,18,235). Sum of RGB (Red+Green+Blue) = 194+18+235=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #C212EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C212EB is #3DED14. Grayscale: #5E5E5E. Windows color (decimal): -4058389 or 15405762. OLE color: 15405762.

HSL color Cylindrical-coordinate representation of color #C212EB: hue angle of 288.66º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C212EB is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 18 235 -
CMYK 0.17 0.92 0 0.08
HSL 288.66º 0.86% 0.5% -
HSV(B) 288.66º 0.92% 0.92% -
XYZ 37.46 17.9 80.08 -
YUV 95.36 206.81 198.36 -
System Red Green Blue C M Y K H S L
Decimal 194 18 235 0.17 0.92 0 0.08 288.66 0.86 0.5
Hex C2 12 EB 11 5C 0 8 121 56 32
Octal 302 22 353 21 134 0 10 441 126 62
Binary 11000010 10010 11101011 10001 1011100 0 1000 100100001 1010110 110010

Color Harmonies of #C212EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212EB

Black with #C212EB

Text Example


Text Example

White with #C212EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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