Html Css Color HEX #C32DFA Electric Purple

📋 copy color: '#C32DFA'

red 195 ◦ green 45 ◦ blue 250

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

Shades of Electric Purple #C32DFA

Tints of Electric Purple #C32DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.18%

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

R = 39.8%
G = 9.18%
B = 51.02%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C32DFA (or 0xC32DFA) is known color: Electric Purple. HEX triplet: C3, 2D and FA. RGB value is (195,45,250). Sum of RGB (Red+Green+Blue) = 195+45+250=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #C32DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DFA is #3CD205. Grayscale: #707070. Windows color (decimal): -3985926 or 16395715. OLE color: 16395715.

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

Color convert

RGB 195 45 250 -
CMYK 0.22 0.82 0 0.02
HSL 283.9º 0.95% 0.58% -
HSV(B) 283.9º 0.82% 0.98% -
XYZ 40.7 20.38 92.23 -
YUV 113.22 205.2 186.33 -
System Red Green Blue C M Y K H S L
Decimal 195 45 250 0.22 0.82 0 0.02 283.9 0.95 0.58
Hex C3 2D FA 16 52 0 2 11C 5F 3A
Octal 303 55 372 26 122 0 2 434 137 72
Binary 11000011 101101 11111010 10110 1010010 0 10 100011100 1011111 111010

Color Harmonies of #C32DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DFA

Black with #C32DFA

Text Example


Text Example

White with #C32DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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