#C42CFF

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

Shades of Electric Purple #C42CFF

Tints of Electric Purple #C42CFF

Color information

#C42CFF (or 0xC42CFF) is unknown color: approx Electric Purple. HEX triplet: C4, 2C and FF. RGB value is (196,44,255). Sum of RGB (Red+Green+Blue) = 196+44+255=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #C42CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CFF is #3BD300. Grayscale: #707070. Windows color (decimal): -3920641 or 16723140. OLE color: 16723140.

HSL color Cylindrical-coordinate representation of color #C42CFF: hue angle of 283.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42CFF is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19644255-
CMYK0.230.8300
HSL283.22º100%58.63%-
HSV(B)283.22º82.75%100%-
XYZ41.7220.7696.42-
YUV113.5207.86186.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 44 (17.58% from 255) = 8.89%
BLUE value IS 255 (100% from 255) = 51.52%
R=39.60%
G=8.89%
B=51.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196442550.230.8300283.2210058.63
HexC42CFF17530011b643b
Octal30454377271230043314473
Binary1100010010110011111111101111010011001000110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42CFF; }

 p { color: rgb(196,44,255); }

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

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

 a { background-color: rgb(196,44,255); }

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

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

 span { border-color: rgb(196,44,255); }

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