Html Css Color HEX #C52AEA Electric Purple

📋 copy color: '#C52AEA'

red 197 ◦ green 42 ◦ blue 234

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

Shades of Electric Purple #C52AEA

Tints of Electric Purple #C52AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 41.65%
G = 8.88%
B = 49.47%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C52AEA (or 0xC52AEA) is known color: Electric Purple. HEX triplet: C5, 2A and EA. RGB value is (197,42,234). Sum of RGB (Red+Green+Blue) = 197+42+234=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #C52AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52AEA is #3AD515. Grayscale: #6D6D6D. Windows color (decimal): -3855638 or 15346373. OLE color: 15346373.

HSL color Cylindrical-coordinate representation of color #C52AEA: hue angle of 288.44º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52AEA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 42 234 -
CMYK 0.16 0.82 0 0.08
HSL 288.44º 0.82% 0.54% -
HSV(B) 288.44º 0.82% 0.92% -
XYZ 38.71 19.47 79.56 -
YUV 110.23 197.85 189.89 -
System Red Green Blue C M Y K H S L
Decimal 197 42 234 0.16 0.82 0 0.08 288.44 0.82 0.54
Hex C5 2A EA 10 52 0 8 120 52 36
Octal 305 52 352 20 122 0 10 440 122 66
Binary 11000101 101010 11101010 10000 1010010 0 1000 100100000 1010010 110110

Color Harmonies of #C52AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52AEA

Black with #C52AEA

Text Example


Text Example

White with #C52AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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