Html Css Color HEX #C52AFC Electric Purple

📋 copy color: '#C52AFC'

red 197 ◦ green 42 ◦ blue 252

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

Shades of Electric Purple #C52AFC

Tints of Electric Purple #C52AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 40.12%
G = 8.55%
B = 51.32%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C52AFC (or 0xC52AFC) is known color: Electric Purple. HEX triplet: C5, 2A and FC. RGB value is (197,42,252). Sum of RGB (Red+Green+Blue) = 197+42+252=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #C52AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52AFC is #3AD503. Grayscale: #6F6F6F. Windows color (decimal): -3855620 or 16526021. OLE color: 16526021.

HSL color Cylindrical-coordinate representation of color #C52AFC: hue angle of 284.29º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52AFC is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 42 252 -
CMYK 0.22 0.83 0 0.01
HSL 284.29º 0.97% 0.58% -
HSV(B) 284.29º 0.83% 0.99% -
XYZ 41.42 20.55 93.88 -
YUV 112.29 206.85 188.42 -
System Red Green Blue C M Y K H S L
Decimal 197 42 252 0.22 0.83 0 0.01 284.29 0.97 0.58
Hex C5 2A FC 16 53 0 1 11C 61 3A
Octal 305 52 374 26 123 0 1 434 141 72
Binary 11000101 101010 11111100 10110 1010011 0 1 100011100 1100001 111010

Color Harmonies of #C52AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52AFC

Black with #C52AFC

Text Example


Text Example

White with #C52AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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