Html Css Color HEX #C32CFC Electric Purple

📋 copy color: '#C32CFC'

red 195 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #C32CFC

Tints of Electric Purple #C32CFC

RGB

 RED value IS 195 (76.56% from 255) = 39.71%

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 39.71%
G = 8.96%
B = 51.32%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C32CFC (or 0xC32CFC) is known color: Electric Purple. HEX triplet: C3, 2C and FC. RGB value is (195,44,252). Sum of RGB (Red+Green+Blue) = 195+44+252=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #C32CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32CFC is #3CD303. Grayscale: #707070. Windows color (decimal): -3986180 or 16526531. OLE color: 16526531.

HSL color Cylindrical-coordinate representation of color #C32CFC: hue angle of 283.56º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32CFC is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 44 252 -
CMYK 0.23 0.83 0 0.01
HSL 283.56º 0.97% 0.58% -
HSV(B) 283.56º 0.83% 0.99% -
XYZ 40.98 20.43 93.88 -
YUV 112.86 206.53 186.59 -
System Red Green Blue C M Y K H S L
Decimal 195 44 252 0.23 0.83 0 0.01 283.56 0.97 0.58
Hex C3 2C FC 17 53 0 1 11C 61 3A
Octal 303 54 374 27 123 0 1 434 141 72
Binary 11000011 101100 11111100 10111 1010011 0 1 100011100 1100001 111010

Color Harmonies of #C32CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CFC

Black with #C32CFC

Text Example


Text Example

White with #C32CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CFC; }

 p { color: rgb(195,44,252); }

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

background-color css

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

 a { background-color: rgb(195,44,252); }

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

border-color css

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

 span { border-color: rgb(195,44,252); }

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