Html Css Color HEX #C52FFD Electric Purple

📋 copy color: '#C52FFD'

red 197 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #C52FFD

Tints of Electric Purple #C52FFD

RGB

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

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

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

R = 39.64%
G = 9.46%
B = 50.91%

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

#C52FFD (or 0xC52FFD) is known color: Electric Purple. HEX triplet: C5, 2F and FD. RGB value is (197,47,253). Sum of RGB (Red+Green+Blue) = 197+47+253=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 47 (18.75% from 255 or 9.46% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #C52FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52FFD is #3AD002. Grayscale: #727272. Windows color (decimal): -3854339 or 16592837. OLE color: 16592837.

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

Color convert

RGB 197 47 253 -
CMYK 0.22 0.81 0 0.01
HSL 283.69º 0.98% 0.59% -
HSV(B) 283.69º 0.81% 0.99% -
XYZ 41.77 21 94.78 -
YUV 115.33 205.7 186.25 -
System Red Green Blue C M Y K H S L
Decimal 197 47 253 0.22 0.81 0 0.01 283.69 0.98 0.59
Hex C5 2F FD 16 51 0 1 11C 62 3B
Octal 305 57 375 26 121 0 1 434 142 73
Binary 11000101 101111 11111101 10110 1010001 0 1 100011100 1100010 111011

Color Harmonies of #C52FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FFD

Black with #C52FFD

Text Example


Text Example

White with #C52FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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