#C21DFC

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

Shades of Electric Purple #C21DFC

Tints of Electric Purple #C21DFC

Color information

#C21DFC (or 0xC21DFC) is unknown color: approx Electric Purple. HEX triplet: C2, 1D and FC. RGB value is (194,29,252). Sum of RGB (Red+Green+Blue) = 194+29+252=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #C21DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DFC is #3DE203. Grayscale: #676767. Windows color (decimal): -4055556 or 16522690. OLE color: 16522690.

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

Color convert

RGB19429252-
CMYK0.230.8800.01
HSL284.39º97.38%55.1%-
HSV(B)284.39º88.49%98.82%-
XYZ40.2619.3893.71-
YUV103.76211.66192.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 29 (11.72% from 255) = 6.11%
BLUE value IS 252 (98.83% from 255) = 53.05%
R=40.84%
G=6.11%
B=53.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal194292520.230.8800.01284.3997.3855.1
HexC21DFC17580111c6137
Octal30235374271300143414167
Binary110000101110111111100101111011000011000111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21DFC; }

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

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

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

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

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

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

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

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