Html Css Color HEX #C52FFE Electric Purple

📋 copy color: '#C52FFE'

red 197 ◦ green 47 ◦ blue 254

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

Shades of Electric Purple #C52FFE

Tints of Electric Purple #C52FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.44%

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

R = 39.56%
G = 9.44%
B = 51%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C52FFE (or 0xC52FFE) is known color: Electric Purple. HEX triplet: C5, 2F and FE. RGB value is (197,47,254). Sum of RGB (Red+Green+Blue) = 197+47+254=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 47 (18.75% from 255 or 9.44% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #C52FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52FFE is #3AD001. Grayscale: #727272. Windows color (decimal): -3854338 or 16658373. OLE color: 16658373.

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

Color convert

RGB 197 47 254 -
CMYK 0.22 0.81 0 0.00
HSL 283.48º 0.99% 0.59% -
HSV(B) 283.48º 0.81% 1% -
XYZ 41.93 21.06 95.62 -
YUV 115.45 206.2 186.17 -
System Red Green Blue C M Y K H S L
Decimal 197 47 254 0.22 0.81 0 0.00 283.48 0.99 0.59
Hex C5 2F FE 16 51 0 0 11B 63 3B
Octal 305 57 376 26 121 0 0 433 143 73
Binary 11000101 101111 11111110 10110 1010001 0 0 100011011 1100011 111011

Color Harmonies of #C52FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FFE

Black with #C52FFE

Text Example


Text Example

White with #C52FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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