#C425F1

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

Shades of Electric Purple #C425F1

Tints of Electric Purple #C425F1

Color information

#C425F1 (or 0xC425F1) is unknown color: approx Electric Purple. HEX triplet: C4, 25 and F1. RGB value is (196,37,241). Sum of RGB (Red+Green+Blue) = 196+37+241=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #C425F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C425F1 is #3BDA0E. Grayscale: #6B6B6B. Windows color (decimal): -3922447 or 15803844. OLE color: 15803844.

HSL color Cylindrical-coordinate representation of color #C425F1: hue angle of 286.76º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C425F1 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19637241-
CMYK0.190.8500.05
HSL286.76º87.93%54.51%-
HSV(B)286.76º84.65%94.51%-
XYZ39.319.4184.89-
YUV107.8203.18190.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.35%
GREEN value IS 37 (14.84% from 255) = 7.81%
BLUE value IS 241 (94.53% from 255) = 50.84%
R=41.35%
G=7.81%
B=50.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196372410.190.8500.05286.7687.9354.51
HexC425F113550511f5837
Octal30445361231250543713067
Binary110001001001011111000110011101010101011000111111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C425F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C425F1; }

 p { color: rgb(196,37,241); }

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

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

 a { background-color: rgb(196,37,241); }

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

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

 span { border-color: rgb(196,37,241); }

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