#C213F8

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

Shades of Electric Purple #C213F8

Tints of Electric Purple #C213F8

Color information

#C213F8 (or 0xC213F8) is unknown color: approx Electric Purple. HEX triplet: C2, 13 and F8. RGB value is (194,19,248). Sum of RGB (Red+Green+Blue) = 194+19+248=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #C213F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213F8 is #3DEC07. Grayscale: #606060. Windows color (decimal): -4058120 or 16257986. OLE color: 16257986.

HSL color Cylindrical-coordinate representation of color #C213F8: hue angle of 285.85º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C213F8 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19419248-
CMYK0.220.9200.03
HSL285.85º94.24%52.35%-
HSV(B)285.85º92.34%97.25%-
XYZ39.4218.7190.34-
YUV97.43212.98196.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 19 (7.81% from 255) = 4.12%
BLUE value IS 248 (97.27% from 255) = 53.80%
R=42.08%
G=4.12%
B=53.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal194192480.220.9200.03285.8594.2452.35
HexC213F8165C0311e5e34
Octal30223370261340343613664
Binary1100001010011111110001011010111000111000111101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C213F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C213F8; }

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

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

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

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

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

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

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

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