Html Css Color HEX #C52BFB Electric Purple

📋 copy color: '#C52BFB'

red 197 ◦ green 43 ◦ blue 251

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

Shades of Electric Purple #C52BFB

Tints of Electric Purple #C52BFB

RGB

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

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

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

R = 40.12%
G = 8.76%
B = 51.12%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C52BFB (or 0xC52BFB) is known color: Electric Purple. HEX triplet: C5, 2B and FB. RGB value is (197,43,251). Sum of RGB (Red+Green+Blue) = 197+43+251=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #C52BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BFB is #3AD404. Grayscale: #707070. Windows color (decimal): -3855365 or 16460741. OLE color: 16460741.

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

Color convert

RGB 197 43 251 -
CMYK 0.22 0.83 0 0.02
HSL 284.42º 0.96% 0.58% -
HSV(B) 284.42º 0.83% 0.98% -
XYZ 41.3 20.56 93.06 -
YUV 112.76 206.02 188.09 -
System Red Green Blue C M Y K H S L
Decimal 197 43 251 0.22 0.83 0 0.02 284.42 0.96 0.58
Hex C5 2B FB 16 53 0 2 11C 60 3A
Octal 305 53 373 26 123 0 2 434 140 72
Binary 11000101 101011 11111011 10110 1010011 0 10 100011100 1100000 111010

Color Harmonies of #C52BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52BFB

Black with #C52BFB

Text Example


Text Example

White with #C52BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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