Html Css Color HEX #C32AFE Electric Purple

📋 copy color: '#C32AFE'

red 195 ◦ green 42 ◦ blue 254

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

Shades of Electric Purple #C32AFE

Tints of Electric Purple #C32AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.55%

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 39.71%
G = 8.55%
B = 51.73%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C32AFE (or 0xC32AFE) is known color: Electric Purple. HEX triplet: C3, 2A and FE. RGB value is (195,42,254). Sum of RGB (Red+Green+Blue) = 195+42+254=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #C32AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32AFE is #3CD501. Grayscale: #6F6F6F. Windows color (decimal): -3986690 or 16657091. OLE color: 16657091.

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

Color convert

RGB 195 42 254 -
CMYK 0.23 0.83 0 0.00
HSL 283.3º 0.99% 0.58% -
HSV(B) 283.3º 0.83% 1% -
XYZ 41.22 20.41 95.53 -
YUV 111.92 208.19 187.26 -
System Red Green Blue C M Y K H S L
Decimal 195 42 254 0.23 0.83 0 0.00 283.3 0.99 0.58
Hex C3 2A FE 17 53 0 0 11B 63 3A
Octal 303 52 376 27 123 0 0 433 143 72
Binary 11000011 101010 11111110 10111 1010011 0 0 100011011 1100011 111010

Color Harmonies of #C32AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AFE

Black with #C32AFE

Text Example


Text Example

White with #C32AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AFE; }

 p { color: rgb(195,42,254); }

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

background-color css

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

 a { background-color: rgb(195,42,254); }

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

border-color css

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

 span { border-color: rgb(195,42,254); }

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