#C01DFC

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

Shades of Electric Purple #C01DFC

Tints of Electric Purple #C01DFC

Color information

#C01DFC (or 0xC01DFC) is unknown color: approx Electric Purple. HEX triplet: C0, 1D and FC. RGB value is (192,29,252). Sum of RGB (Red+Green+Blue) = 192+29+252=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #C01DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DFC is #3FE203. Grayscale: #666666. Windows color (decimal): -4186628 or 16522688. OLE color: 16522688.

HSL color Cylindrical-coordinate representation of color #C01DFC: hue angle of 283.86º 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 #C01DFC is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19229252-
CMYK0.240.8800.01
HSL283.86º97.38%55.1%-
HSV(B)283.86º88.49%98.82%-
XYZ39.7519.1193.69-
YUV103.16212191.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 29 (11.72% from 255) = 6.13%
BLUE value IS 252 (98.83% from 255) = 53.28%
R=40.59%
G=6.13%
B=53.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal192292520.240.8800.01283.8697.3855.1
HexC01DFC18580111c6137
Octal30035374301300143414167
Binary110000001110111111100110001011000011000111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01DFC; }

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

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

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

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

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

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

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

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