Html Css Color HEX #C32AFA Electric Purple

📋 copy color: '#C32AFA'

red 195 ◦ green 42 ◦ blue 250

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

Shades of Electric Purple #C32AFA

Tints of Electric Purple #C32AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 40.04%
G = 8.62%
B = 51.33%

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

#C32AFA (or 0xC32AFA) is known color: Electric Purple. HEX triplet: C3, 2A and FA. RGB value is (195,42,250). Sum of RGB (Red+Green+Blue) = 195+42+250=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #C32AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32AFA is #3CD505. Grayscale: #6E6E6E. Windows color (decimal): -3986694 or 16394947. OLE color: 16394947.

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

Color convert

RGB 195 42 250 -
CMYK 0.22 0.83 0 0.02
HSL 284.13º 0.95% 0.57% -
HSV(B) 284.13º 0.83% 0.98% -
XYZ 40.59 20.16 92.19 -
YUV 111.46 206.19 187.59 -
System Red Green Blue C M Y K H S L
Decimal 195 42 250 0.22 0.83 0 0.02 284.13 0.95 0.57
Hex C3 2A FA 16 53 0 2 11C 5F 39
Octal 303 52 372 26 123 0 2 434 137 71
Binary 11000011 101010 11111010 10110 1010011 0 10 100011100 1011111 111001

Color Harmonies of #C32AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AFA

Black with #C32AFA

Text Example


Text Example

White with #C32AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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