Html Css Color HEX #C52CFC Electric Purple

📋 copy color: '#C52CFC'

red 197 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #C52CFC

Tints of Electric Purple #C52CFC

RGB

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

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

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

R = 39.96%
G = 8.92%
B = 51.12%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C52CFC (or 0xC52CFC) is known color: Electric Purple. HEX triplet: C5, 2C and FC. RGB value is (197,44,252). Sum of RGB (Red+Green+Blue) = 197+44+252=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 44 (17.58% from 255 or 8.92% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #C52CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CFC is #3AD303. Grayscale: #707070. Windows color (decimal): -3855108 or 16526533. OLE color: 16526533.

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

Color convert

RGB 197 44 252 -
CMYK 0.22 0.83 0 0.01
HSL 284.13º 0.97% 0.58% -
HSV(B) 284.13º 0.83% 0.99% -
XYZ 41.5 20.7 93.9 -
YUV 113.46 206.19 187.59 -
System Red Green Blue C M Y K H S L
Decimal 197 44 252 0.22 0.83 0 0.01 284.13 0.97 0.58
Hex C5 2C FC 16 53 0 1 11C 61 3A
Octal 305 54 374 26 123 0 1 434 141 72
Binary 11000101 101100 11111100 10110 1010011 0 1 100011100 1100001 111010

Color Harmonies of #C52CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CFC

Black with #C52CFC

Text Example


Text Example

White with #C52CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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