Html Css Color HEX #C52DFE Electric Purple

📋 copy color: '#C52DFE'

red 197 ◦ green 45 ◦ blue 254

#C52DFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C52DFE

Tints of Electric Purple #C52DFE

RGB

 RED value IS 197 (77.34% from 255) = 39.72%

 GREEN value IS 45 (17.97% from 255) = 9.07%

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 39.72%
G = 9.07%
B = 51.21%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C52DFE (or 0xC52DFE) is known color: Electric Purple. HEX triplet: C5, 2D and FE. RGB value is (197,45,254). Sum of RGB (Red+Green+Blue) = 197+45+254=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #C52DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DFE is #3AD201. Grayscale: #717171. Windows color (decimal): -3854850 or 16657861. OLE color: 16657861.

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

Color convert

RGB 197 45 254 -
CMYK 0.22 0.82 0 0.00
HSL 283.64º 0.99% 0.59% -
HSV(B) 283.64º 0.82% 1% -
XYZ 41.85 20.9 95.59 -
YUV 114.27 206.86 187.01 -
System Red Green Blue C M Y K H S L
Decimal 197 45 254 0.22 0.82 0 0.00 283.64 0.99 0.59
Hex C5 2D FE 16 52 0 0 11C 63 3B
Octal 305 55 376 26 122 0 0 434 143 73
Binary 11000101 101101 11111110 10110 1010010 0 0 100011100 1100011 111011

Color Harmonies of #C52DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DFE

Black with #C52DFE

Text Example


Text Example

White with #C52DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DFE; }

 p { color: rgb(197,45,254); }

 H1.HeaderClassName
 {
   color: #C52DFE;
 }
 .AnyTagClassName
 {
   color: #C52DFE;
 }
</style>

background-color css

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

 a { background-color: rgb(197,45,254); }

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

border-color css

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

 span { border-color: rgb(197,45,254); }

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