#C52CFB

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

Shades of Electric Purple #C52CFB

Tints of Electric Purple #C52CFB

Color information

#C52CFB (or 0xC52CFB) is unknown color: approx Electric Purple. HEX triplet: C5, 2C and FB. RGB value is (197,44,251). Sum of RGB (Red+Green+Blue) = 197+44+251=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #C52CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CFB is #3AD304. Grayscale: #707070. Windows color (decimal): -3855109 or 16460997. OLE color: 16460997.

HSL color Cylindrical-coordinate representation of color #C52CFB: hue angle of 284.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52CFB is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19744251-
CMYK0.220.8200.02
HSL284.35º96.28%57.84%-
HSV(B)284.35º82.47%98.43%-
XYZ41.3420.6493.07-
YUV113.34205.69187.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 44 (17.58% from 255) = 8.94%
BLUE value IS 251 (98.44% from 255) = 51.02%
R=40.04%
G=8.94%
B=51.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal197442510.220.8200.02284.3596.2857.84
HexC52CFB16520211c603a
Octal30554373261220243414072
Binary11000101101100111110111011010100100101000111001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52CFB; }

 p { color: rgb(197,44,251); }

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

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

 a { background-color: rgb(197,44,251); }

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

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

 span { border-color: rgb(197,44,251); }

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