Html Css Color HEX #C32CFF Electric Purple

📋 copy color: '#C32CFF'

red 195 ◦ green 44 ◦ blue 255

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

Shades of Electric Purple #C32CFF

Tints of Electric Purple #C32CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 39.47%
G = 8.91%
B = 51.62%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C32CFF (or 0xC32CFF) is known color: Electric Purple. HEX triplet: C3, 2C and FF. RGB value is (195,44,255). Sum of RGB (Red+Green+Blue) = 195+44+255=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #C32CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32CFF is #3CD300. Grayscale: #707070. Windows color (decimal): -3986177 or 16723139. OLE color: 16723139.

HSL color Cylindrical-coordinate representation of color #C32CFF: hue angle of 282.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32CFF is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 44 255 -
CMYK 0.24 0.83 0 0
HSL 282.94º 1% 0.59% -
HSV(B) 282.94º 0.83% 1% -
XYZ 41.46 20.62 96.4 -
YUV 113.2 208.03 186.34 -
System Red Green Blue C M Y K H S L
Decimal 195 44 255 0.24 0.83 0 0 282.94 1 0.59
Hex C3 2C FF 18 53 0 0 11B 64 3B
Octal 303 54 377 30 123 0 0 433 144 73
Binary 11000011 101100 11111111 11000 1010011 0 0 100011011 1100100 111011

Color Harmonies of #C32CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CFF

Black with #C32CFF

Text Example


Text Example

White with #C32CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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