Html Css Color HEX #C032FF Electric Purple

📋 copy color: '#C032FF'

red 192 ◦ green 50 ◦ blue 255

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

Shades of Electric Purple #C032FF

Tints of Electric Purple #C032FF

RGB

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

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

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

R = 38.63%
G = 10.06%
B = 51.31%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C032FF (or 0xC032FF) is known color: Electric Purple. HEX triplet: C0, 32 and FF. RGB value is (192,50,255). Sum of RGB (Red+Green+Blue) = 192+50+255=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #C032FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032FF is #3FCD00. Grayscale: #737373. Windows color (decimal): -4181249 or 16724672. OLE color: 16724672.

HSL color Cylindrical-coordinate representation of color #C032FF: hue angle of 281.56º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C032FF is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 50 255 -
CMYK 0.25 0.80 0 0
HSL 281.56º 1% 0.6% -
HSV(B) 281.56º 0.8% 1% -
XYZ 40.93 20.71 96.45 -
YUV 115.83 206.54 182.33 -
System Red Green Blue C M Y K H S L
Decimal 192 50 255 0.25 0.80 0 0 281.56 1 0.6
Hex C0 32 FF 19 50 0 0 11A 64 3C
Octal 300 62 377 31 120 0 0 432 144 74
Binary 11000000 110010 11111111 11001 1010000 0 0 100011010 1100100 111100

Color Harmonies of #C032FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032FF

Black with #C032FF

Text Example


Text Example

White with #C032FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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