Html Css Color HEX #C52AFA Electric Purple

📋 copy color: '#C52AFA'

red 197 ◦ green 42 ◦ blue 250

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

Shades of Electric Purple #C52AFA

Tints of Electric Purple #C52AFA

RGB

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

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

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

R = 40.29%
G = 8.59%
B = 51.12%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C52AFA (or 0xC52AFA) is known color: Electric Purple. HEX triplet: C5, 2A and FA. RGB value is (197,42,250). Sum of RGB (Red+Green+Blue) = 197+42+250=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #C52AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52AFA is #3AD505. Grayscale: #6F6F6F. Windows color (decimal): -3855622 or 16394949. OLE color: 16394949.

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

Color convert

RGB 197 42 250 -
CMYK 0.21 0.83 0 0.02
HSL 284.71º 0.95% 0.57% -
HSV(B) 284.71º 0.83% 0.98% -
XYZ 41.11 20.43 92.22 -
YUV 112.06 205.85 188.59 -
System Red Green Blue C M Y K H S L
Decimal 197 42 250 0.21 0.83 0 0.02 284.71 0.95 0.57
Hex C5 2A FA 15 53 0 2 11D 5F 39
Octal 305 52 372 25 123 0 2 435 137 71
Binary 11000101 101010 11111010 10101 1010011 0 10 100011101 1011111 111001

Color Harmonies of #C52AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52AFA

Black with #C52AFA

Text Example


Text Example

White with #C52AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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