Html Css Color HEX #C032FA Electric Purple

📋 copy color: '#C032FA'

red 192 ◦ green 50 ◦ blue 250

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

Shades of Electric Purple #C032FA

Tints of Electric Purple #C032FA

RGB

 RED value IS 192 (75.39% from 255) = 39.02%

 GREEN value IS 50 (19.92% from 255) = 10.16%

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

R = 39.02%
G = 10.16%
B = 50.81%

CMYK

 C value IS 0.23

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C032FA (or 0xC032FA) is known color: Electric Purple. HEX triplet: C0, 32 and FA. RGB value is (192,50,250). Sum of RGB (Red+Green+Blue) = 192+50+250=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #C032FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032FA is #3FCD05. Grayscale: #727272. Windows color (decimal): -4181254 or 16396992. OLE color: 16396992.

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

Color convert

RGB 192 50 250 -
CMYK 0.23 0.8 0 0.02
HSL 282.6º 0.95% 0.59% -
HSV(B) 282.6º 0.8% 0.98% -
XYZ 40.13 20.39 92.26 -
YUV 115.26 204.04 182.74 -
System Red Green Blue C M Y K H S L
Decimal 192 50 250 0.23 0.8 0 0.02 282.6 0.95 0.59
Hex C0 32 FA 17 50 0 2 11B 5F 3B
Octal 300 62 372 27 120 0 2 433 137 73
Binary 11000000 110010 11111010 10111 1010000 0 10 100011011 1011111 111011

Color Harmonies of #C032FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032FA

Black with #C032FA

Text Example


Text Example

White with #C032FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032FA; }

 p { color: rgb(192,50,250); }

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

background-color css

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

 a { background-color: rgb(192,50,250); }

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

border-color css

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

 span { border-color: rgb(192,50,250); }

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