Html Css Color HEX #C52CFA Electric Purple

📋 copy color: '#C52CFA'

red 197 ◦ green 44 ◦ blue 250

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

Shades of Electric Purple #C52CFA

Tints of Electric Purple #C52CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.96%

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

R = 40.12%
G = 8.96%
B = 50.92%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C52CFA (or 0xC52CFA) is known color: Electric Purple. HEX triplet: C5, 2C and FA. RGB value is (197,44,250). Sum of RGB (Red+Green+Blue) = 197+44+250=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #C52CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CFA is #3AD305. Grayscale: #707070. Windows color (decimal): -3855110 or 16395461. OLE color: 16395461.

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

Color convert

RGB 197 44 250 -
CMYK 0.21 0.82 0 0.02
HSL 284.56º 0.95% 0.58% -
HSV(B) 284.56º 0.82% 0.98% -
XYZ 41.18 20.57 92.24 -
YUV 113.23 205.19 187.75 -
System Red Green Blue C M Y K H S L
Decimal 197 44 250 0.21 0.82 0 0.02 284.56 0.95 0.58
Hex C5 2C FA 15 52 0 2 11D 5F 3A
Octal 305 54 372 25 122 0 2 435 137 72
Binary 11000101 101100 11111010 10101 1010010 0 10 100011101 1011111 111010

Color Harmonies of #C52CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CFA

Black with #C52CFA

Text Example


Text Example

White with #C52CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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