Html Css Color HEX #C52CFE Electric Purple

📋 copy color: '#C52CFE'

red 197 ◦ green 44 ◦ blue 254

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

Shades of Electric Purple #C52CFE

Tints of Electric Purple #C52CFE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.89%

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

R = 39.8%
G = 8.89%
B = 51.31%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C52CFE (or 0xC52CFE) is known color: Electric Purple. HEX triplet: C5, 2C and FE. RGB value is (197,44,254). Sum of RGB (Red+Green+Blue) = 197+44+254=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #C52CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CFE is #3AD301. Grayscale: #707070. Windows color (decimal): -3855106 or 16657605. OLE color: 16657605.

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

Color convert

RGB 197 44 254 -
CMYK 0.22 0.83 0 0.00
HSL 283.71º 0.99% 0.58% -
HSV(B) 283.71º 0.83% 1% -
XYZ 41.82 20.83 95.58 -
YUV 113.69 207.19 187.42 -
System Red Green Blue C M Y K H S L
Decimal 197 44 254 0.22 0.83 0 0.00 283.71 0.99 0.58
Hex C5 2C FE 16 53 0 0 11C 63 3A
Octal 305 54 376 26 123 0 0 434 143 72
Binary 11000101 101100 11111110 10110 1010011 0 0 100011100 1100011 111010

Color Harmonies of #C52CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CFE

Black with #C52CFE

Text Example


Text Example

White with #C52CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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