Html Css Color HEX #C52BF4 Electric Purple

📋 copy color: '#C52BF4'

red 197 ◦ green 43 ◦ blue 244

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

Shades of Electric Purple #C52BF4

Tints of Electric Purple #C52BF4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.88%

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

R = 40.7%
G = 8.88%
B = 50.41%

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

#C52BF4 (or 0xC52BF4) is known color: Electric Purple. HEX triplet: C5, 2B and F4. RGB value is (197,43,244). Sum of RGB (Red+Green+Blue) = 197+43+244=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #C52BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BF4 is #3AD40B. Grayscale: #6F6F6F. Windows color (decimal): -3855372 or 16001989. OLE color: 16001989.

HSL color Cylindrical-coordinate representation of color #C52BF4: hue angle of 285.97º 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 #C52BF4 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 43 244 -
CMYK 0.19 0.82 0 0.04
HSL 285.97º 0.9% 0.56% -
HSV(B) 285.97º 0.82% 0.96% -
XYZ 40.22 20.13 87.35 -
YUV 111.96 202.52 188.66 -
System Red Green Blue C M Y K H S L
Decimal 197 43 244 0.19 0.82 0 0.04 285.97 0.9 0.56
Hex C5 2B F4 13 52 0 4 11E 5A 38
Octal 305 53 364 23 122 0 4 436 132 70
Binary 11000101 101011 11110100 10011 1010010 0 100 100011110 1011010 111000

Color Harmonies of #C52BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52BF4

Black with #C52BF4

Text Example


Text Example

White with #C52BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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