Html Css Color HEX #C120FF Electric Purple

📋 copy color: '#C120FF'

red 193 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #C120FF

Tints of Electric Purple #C120FF

RGB

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

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

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

R = 40.21%
G = 6.67%
B = 53.13%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C120FF (or 0xC120FF) is known color: Electric Purple. HEX triplet: C1, 20 and FF. RGB value is (193,32,255). Sum of RGB (Red+Green+Blue) = 193+32+255=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #C120FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C120FF is #3EDF00. Grayscale: #686868. Windows color (decimal): -4120321 or 16720065. OLE color: 16720065.

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

Color convert

RGB 193 32 255 -
CMYK 0.24 0.87 0 0
HSL 283.32º 1% 0.56% -
HSV(B) 283.32º 0.87% 1% -
XYZ 40.56 19.59 96.25 -
YUV 105.56 212.34 190.37 -
System Red Green Blue C M Y K H S L
Decimal 193 32 255 0.24 0.87 0 0 283.32 1 0.56
Hex C1 20 FF 18 57 0 0 11B 64 38
Octal 301 40 377 30 127 0 0 433 144 70
Binary 11000001 100000 11111111 11000 1010111 0 0 100011011 1100100 111000

Color Harmonies of #C120FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120FF

Black with #C120FF

Text Example


Text Example

White with #C120FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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