Html Css Color HEX #C132FC Electric Purple

📋 copy color: '#C132FC'

red 193 ◦ green 50 ◦ blue 252

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

Shades of Electric Purple #C132FC

Tints of Electric Purple #C132FC

RGB

 RED value IS 193 (75.78% from 255) = 38.99%

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 38.99%
G = 10.1%
B = 50.91%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C132FC (or 0xC132FC) is known color: Electric Purple. HEX triplet: C1, 32 and FC. RGB value is (193,50,252). Sum of RGB (Red+Green+Blue) = 193+50+252=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #C132FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132FC is #3ECD03. Grayscale: #737373. Windows color (decimal): -4115716 or 16528065. OLE color: 16528065.

HSL color Cylindrical-coordinate representation of color #C132FC: hue angle of 282.48º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C132FC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 50 252 -
CMYK 0.23 0.80 0 0.01
HSL 282.48º 0.97% 0.59% -
HSV(B) 282.48º 0.8% 0.99% -
XYZ 40.7 20.65 93.94 -
YUV 115.79 204.88 183.07 -
System Red Green Blue C M Y K H S L
Decimal 193 50 252 0.23 0.80 0 0.01 282.48 0.97 0.59
Hex C1 32 FC 17 50 0 1 11A 61 3B
Octal 301 62 374 27 120 0 1 432 141 73
Binary 11000001 110010 11111100 10111 1010000 0 1 100011010 1100001 111011

Color Harmonies of #C132FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132FC

Black with #C132FC

Text Example


Text Example

White with #C132FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132FC; }

 p { color: rgb(193,50,252); }

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

background-color css

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

 a { background-color: rgb(193,50,252); }

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

border-color css

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

 span { border-color: rgb(193,50,252); }

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