Html Css Color HEX #C120FE Electric Purple

📋 copy color: '#C120FE'

red 193 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #C120FE

Tints of Electric Purple #C120FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.68%

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 40.29%
G = 6.68%
B = 53.03%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C120FE (or 0xC120FE) is known color: Electric Purple. HEX triplet: C1, 20 and FE. RGB value is (193,32,254). Sum of RGB (Red+Green+Blue) = 193+32+254=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #C120FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C120FE is #3EDF01. Grayscale: #686868. Windows color (decimal): -4120322 or 16654529. OLE color: 16654529.

HSL color Cylindrical-coordinate representation of color #C120FE: hue angle of 283.51º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C120FE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 32 254 -
CMYK 0.24 0.87 0 0.00
HSL 283.51º 0.99% 0.56% -
HSV(B) 283.51º 0.87% 1% -
XYZ 40.4 19.53 95.41 -
YUV 105.45 211.84 190.45 -
System Red Green Blue C M Y K H S L
Decimal 193 32 254 0.24 0.87 0 0.00 283.51 0.99 0.56
Hex C1 20 FE 18 57 0 0 11C 63 38
Octal 301 40 376 30 127 0 0 434 143 70
Binary 11000001 100000 11111110 11000 1010111 0 0 100011100 1100011 111000

Color Harmonies of #C120FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120FE

Black with #C120FE

Text Example


Text Example

White with #C120FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120FE; }

 p { color: rgb(193,32,254); }

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

background-color css

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

 a { background-color: rgb(193,32,254); }

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

border-color css

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

 span { border-color: rgb(193,32,254); }

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