Html Css Color HEX #C52EFB Electric Purple

📋 copy color: '#C52EFB'

red 197 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #C52EFB

Tints of Electric Purple #C52EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.31%

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 39.88%
G = 9.31%
B = 50.81%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C52EFB (or 0xC52EFB) is known color: Electric Purple. HEX triplet: C5, 2E and FB. RGB value is (197,46,251). Sum of RGB (Red+Green+Blue) = 197+46+251=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #C52EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52EFB is #3AD104. Grayscale: #717171. Windows color (decimal): -3854597 or 16461509. OLE color: 16461509.

HSL color Cylindrical-coordinate representation of color #C52EFB: hue angle of 284.2º degrees, saturation: 0.96, 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 #C52EFB is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 46 251 -
CMYK 0.22 0.82 0 0.02
HSL 284.2º 0.96% 0.58% -
HSV(B) 284.2º 0.82% 0.98% -
XYZ 41.42 20.79 93.1 -
YUV 114.52 205.03 186.83 -
System Red Green Blue C M Y K H S L
Decimal 197 46 251 0.22 0.82 0 0.02 284.2 0.96 0.58
Hex C5 2E FB 16 52 0 2 11C 60 3A
Octal 305 56 373 26 122 0 2 434 140 72
Binary 11000101 101110 11111011 10110 1010010 0 10 100011100 1100000 111010

Color Harmonies of #C52EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52EFB

Black with #C52EFB

Text Example


Text Example

White with #C52EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52EFB; }

 p { color: rgb(197,46,251); }

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

background-color css

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

 a { background-color: rgb(197,46,251); }

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

border-color css

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

 span { border-color: rgb(197,46,251); }

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