Html Css Color HEX #C52FFC Electric Purple

📋 copy color: '#C52FFC'

red 197 ◦ green 47 ◦ blue 252

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

Shades of Electric Purple #C52FFC

Tints of Electric Purple #C52FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 39.72%
G = 9.48%
B = 50.81%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C52FFC (or 0xC52FFC) is known color: Electric Purple. HEX triplet: C5, 2F and FC. RGB value is (197,47,252). Sum of RGB (Red+Green+Blue) = 197+47+252=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 47 (18.75% from 255 or 9.48% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #C52FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52FFC is #3AD003. Grayscale: #727272. Windows color (decimal): -3854340 or 16527301. OLE color: 16527301.

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

Color convert

RGB 197 47 252 -
CMYK 0.22 0.81 0 0.01
HSL 283.9º 0.97% 0.59% -
HSV(B) 283.9º 0.81% 0.99% -
XYZ 41.61 20.93 93.94 -
YUV 115.22 205.2 186.33 -
System Red Green Blue C M Y K H S L
Decimal 197 47 252 0.22 0.81 0 0.01 283.9 0.97 0.59
Hex C5 2F FC 16 51 0 1 11C 61 3B
Octal 305 57 374 26 121 0 1 434 141 73
Binary 11000101 101111 11111100 10110 1010001 0 1 100011100 1100001 111011

Color Harmonies of #C52FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FFC

Black with #C52FFC

Text Example


Text Example

White with #C52FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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