Html Css Color HEX #C52AFF Electric Purple

📋 copy color: '#C52AFF'

red 197 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #C52AFF

Tints of Electric Purple #C52AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.5%

 BLUE value IS 255 (100% from 255) = 51.62%

R = 39.88%
G = 8.5%
B = 51.62%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C52AFF (or 0xC52AFF) is known color: Electric Purple. HEX triplet: C5, 2A and FF. RGB value is (197,42,255). Sum of RGB (Red+Green+Blue) = 197+42+255=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #C52AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52AFF is #3AD500. Grayscale: #6F6F6F. Windows color (decimal): -3855617 or 16722629. OLE color: 16722629.

HSL color Cylindrical-coordinate representation of color #C52AFF: hue angle of 283.66º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52AFF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 42 255 -
CMYK 0.23 0.84 0 0
HSL 283.66º 1% 0.58% -
HSV(B) 283.66º 0.84% 1% -
XYZ 41.9 20.75 96.4 -
YUV 112.63 208.35 188.18 -
System Red Green Blue C M Y K H S L
Decimal 197 42 255 0.23 0.84 0 0 283.66 1 0.58
Hex C5 2A FF 17 54 0 0 11C 64 3A
Octal 305 52 377 27 124 0 0 434 144 72
Binary 11000101 101010 11111111 10111 1010100 0 0 100011100 1100100 111010

Color Harmonies of #C52AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52AFF

Black with #C52AFF

Text Example


Text Example

White with #C52AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52AFF; }

 p { color: rgb(197,42,255); }

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

background-color css

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

 a { background-color: rgb(197,42,255); }

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

border-color css

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

 span { border-color: rgb(197,42,255); }

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