Html Css Color HEX #C52BEC Electric Purple

📋 copy color: '#C52BEC'

red 197 ◦ green 43 ◦ blue 236

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

Shades of Electric Purple #C52BEC

Tints of Electric Purple #C52BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 41.39%
G = 9.03%
B = 49.58%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C52BEC (or 0xC52BEC) is known color: Electric Purple. HEX triplet: C5, 2B and EC. RGB value is (197,43,236). Sum of RGB (Red+Green+Blue) = 197+43+236=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #C52BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BEC is #3AD413. Grayscale: #6E6E6E. Windows color (decimal): -3855380 or 15477701. OLE color: 15477701.

HSL color Cylindrical-coordinate representation of color #C52BEC: hue angle of 287.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52BEC is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 43 236 -
CMYK 0.17 0.82 0 0.07
HSL 287.88º 0.84% 0.55% -
HSV(B) 287.88º 0.82% 0.93% -
XYZ 39.03 19.65 81.09 -
YUV 111.05 198.52 189.31 -
System Red Green Blue C M Y K H S L
Decimal 197 43 236 0.17 0.82 0 0.07 287.88 0.84 0.55
Hex C5 2B EC 11 52 0 7 120 54 37
Octal 305 53 354 21 122 0 7 440 124 67
Binary 11000101 101011 11101100 10001 1010010 0 111 100100000 1010100 110111

Color Harmonies of #C52BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52BEC

Black with #C52BEC

Text Example


Text Example

White with #C52BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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