Html Css Color HEX #C52CF4 Electric Purple

📋 copy color: '#C52CF4'

red 197 ◦ green 44 ◦ blue 244

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

Shades of Electric Purple #C52CF4

Tints of Electric Purple #C52CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.31%

R = 40.62%
G = 9.07%
B = 50.31%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C52CF4 (or 0xC52CF4) is known color: Electric Purple. HEX triplet: C5, 2C and F4. RGB value is (197,44,244). Sum of RGB (Red+Green+Blue) = 197+44+244=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #C52CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CF4 is #3AD30B. Grayscale: #6F6F6F. Windows color (decimal): -3855116 or 16002245. OLE color: 16002245.

HSL color Cylindrical-coordinate representation of color #C52CF4: hue angle of 285.9º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52CF4 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 44 244 -
CMYK 0.19 0.82 0 0.04
HSL 285.9º 0.9% 0.56% -
HSV(B) 285.9º 0.82% 0.96% -
XYZ 40.26 20.2 87.37 -
YUV 112.55 202.19 188.24 -
System Red Green Blue C M Y K H S L
Decimal 197 44 244 0.19 0.82 0 0.04 285.9 0.9 0.56
Hex C5 2C F4 13 52 0 4 11E 5A 38
Octal 305 54 364 23 122 0 4 436 132 70
Binary 11000101 101100 11110100 10011 1010010 0 100 100011110 1011010 111000

Color Harmonies of #C52CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CF4

Black with #C52CF4

Text Example


Text Example

White with #C52CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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