#C304F2

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

Shades of Electric Purple #C304F2

Tints of Electric Purple #C304F2

Color information

#C304F2 (or 0xC304F2) is unknown color: approx Electric Purple. HEX triplet: C3, 04 and F2. RGB value is (195,4,242). Sum of RGB (Red+Green+Blue) = 195+4+242=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #C304F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C304F2 is #3CFB0D. Grayscale: #575757. Windows color (decimal): -3996430 or 15860931. OLE color: 15860931.

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

Color convert

RGB1954242-
CMYK0.190.9800.05
HSL288.15º96.75%48.24%-
HSV(B)288.15º98.35%94.9%-
XYZ38.5818.185.46-
YUV88.24214.78204.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 4 (1.95% from 255) = 0.91%
BLUE value IS 242 (94.92% from 255) = 54.88%
R=44.22%
G=0.91%
B=54.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal19542420.190.9800.05288.1596.7548.24
HexC34F21362051206130
Octal3034362231420544014160
Binary110000111001111001010011110001001011001000001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C304F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C304F2; }

 p { color: rgb(195,4,242); }

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

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

 a { background-color: rgb(195,4,242); }

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

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

 span { border-color: rgb(195,4,242); }

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