Html Css Color HEX #C52FFA Electric Purple

📋 copy color: '#C52FFA'

red 197 ◦ green 47 ◦ blue 250

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

Shades of Electric Purple #C52FFA

Tints of Electric Purple #C52FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 39.88%
G = 9.51%
B = 50.61%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C52FFA (or 0xC52FFA) is known color: Electric Purple. HEX triplet: C5, 2F and FA. RGB value is (197,47,250). Sum of RGB (Red+Green+Blue) = 197+47+250=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #C52FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52FFA is #3AD005. Grayscale: #727272. Windows color (decimal): -3854342 or 16396229. OLE color: 16396229.

HSL color Cylindrical-coordinate representation of color #C52FFA: hue angle of 284.33º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52FFA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 47 250 -
CMYK 0.21 0.81 0 0.02
HSL 284.34º 0.95% 0.58% -
HSV(B) 284.34º 0.81% 0.98% -
XYZ 41.3 20.81 92.28 -
YUV 114.99 204.2 186.49 -
System Red Green Blue C M Y K H S L
Decimal 197 47 250 0.21 0.81 0 0.02 284.34 0.95 0.58
Hex C5 2F FA 15 51 0 2 11C 5F 3A
Octal 305 57 372 25 121 0 2 434 137 72
Binary 11000101 101111 11111010 10101 1010001 0 10 100011100 1011111 111010

Color Harmonies of #C52FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FFA

Black with #C52FFA

Text Example


Text Example

White with #C52FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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