#C212EE

Color #C212EE Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C212EE

Tints of Electric Purple #C212EE

Color information

#C212EE (or 0xC212EE) is unknown color: approx Electric Purple. HEX triplet: C2, 12 and EE. RGB value is (194,18,238). Sum of RGB (Red+Green+Blue) = 194+18+238=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #C212EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C212EE is #3DED11. Grayscale: #5F5F5F. Windows color (decimal): -4058386 or 15602370. OLE color: 15602370.

HSL color Cylindrical-coordinate representation of color #C212EE: hue angle of 288º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C212EE is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19418238-
CMYK0.180.9200.07
HSL288º86.61%50.2%-
HSV(B)288º92.44%93.33%-
XYZ37.918.0782.38-
YUV95.7208.31198.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 18 (7.42% from 255) = 4%
BLUE value IS 238 (93.36% from 255) = 52.89%
R=43.11%
G=4%
B=52.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194182380.180.9200.0728886.6150.2
HexC212EE125C071205732
Octal30222356221340744012762
Binary11000010100101110111010010101110001111001000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C212EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C212EE; }

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

 H1.HeaderClassName
 {
   color: #C212EE;
 }
 .AnyTagClassName
 {
   color: #C212EE;
 }
</style>
background-color css

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

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

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

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

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

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