Html Css Color HEX #C52DFC Electric Purple

📋 copy color: '#C52DFC'

red 197 ◦ green 45 ◦ blue 252

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

Shades of Electric Purple #C52DFC

Tints of Electric Purple #C52DFC

RGB

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

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

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

R = 39.88%
G = 9.11%
B = 51.01%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C52DFC (or 0xC52DFC) is known color: Electric Purple. HEX triplet: C5, 2D and FC. RGB value is (197,45,252). Sum of RGB (Red+Green+Blue) = 197+45+252=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 45 (17.97% from 255 or 9.11% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #C52DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DFC is #3AD203. Grayscale: #717171. Windows color (decimal): -3854852 or 16526789. OLE color: 16526789.

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

Color convert

RGB 197 45 252 -
CMYK 0.22 0.82 0 0.01
HSL 284.06º 0.97% 0.58% -
HSV(B) 284.06º 0.82% 0.99% -
XYZ 41.54 20.78 93.92 -
YUV 114.05 205.86 187.17 -
System Red Green Blue C M Y K H S L
Decimal 197 45 252 0.22 0.82 0 0.01 284.06 0.97 0.58
Hex C5 2D FC 16 52 0 1 11C 61 3A
Octal 305 55 374 26 122 0 1 434 141 72
Binary 11000101 101101 11111100 10110 1010010 0 1 100011100 1100001 111010

Color Harmonies of #C52DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DFC

Black with #C52DFC

Text Example


Text Example

White with #C52DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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