Html Css Color HEX #C52CFD Electric Purple

📋 copy color: '#C52CFD'

red 197 ◦ green 44 ◦ blue 253

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

Shades of Electric Purple #C52CFD

Tints of Electric Purple #C52CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 39.88%
G = 8.91%
B = 51.21%

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

#C52CFD (or 0xC52CFD) is known color: Electric Purple. HEX triplet: C5, 2C and FD. RGB value is (197,44,253). Sum of RGB (Red+Green+Blue) = 197+44+253=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #C52CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CFD is #3AD302. Grayscale: #707070. Windows color (decimal): -3855107 or 16592069. OLE color: 16592069.

HSL color Cylindrical-coordinate representation of color #C52CFD: hue angle of 283.92º degrees, saturation: 0.98, 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 #C52CFD is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 44 253 -
CMYK 0.22 0.83 0 0.01
HSL 283.92º 0.98% 0.58% -
HSV(B) 283.92º 0.83% 0.99% -
XYZ 41.66 20.76 94.74 -
YUV 113.57 206.69 187.51 -
System Red Green Blue C M Y K H S L
Decimal 197 44 253 0.22 0.83 0 0.01 283.92 0.98 0.58
Hex C5 2C FD 16 53 0 1 11C 62 3A
Octal 305 54 375 26 123 0 1 434 142 72
Binary 11000101 101100 11111101 10110 1010011 0 1 100011100 1100010 111010

Color Harmonies of #C52CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CFD

Black with #C52CFD

Text Example


Text Example

White with #C52CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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