Html Css Color HEX #C120EB Electric Purple

📋 copy color: '#C120EB'

red 193 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #C120EB

Tints of Electric Purple #C120EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 41.96%
G = 6.96%
B = 51.09%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C120EB (or 0xC120EB) is known color: Electric Purple. HEX triplet: C1, 20 and EB. RGB value is (193,32,235). Sum of RGB (Red+Green+Blue) = 193+32+235=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #C120EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C120EB is #3EDF14. Grayscale: #666666. Windows color (decimal): -4120341 or 15409345. OLE color: 15409345.

HSL color Cylindrical-coordinate representation of color #C120EB: hue angle of 287.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C120EB is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 32 235 -
CMYK 0.18 0.86 0 0.08
HSL 287.59º 0.84% 0.52% -
HSV(B) 287.59º 0.86% 0.92% -
XYZ 37.5 18.37 80.17 -
YUV 103.28 202.34 191.99 -
System Red Green Blue C M Y K H S L
Decimal 193 32 235 0.18 0.86 0 0.08 287.59 0.84 0.52
Hex C1 20 EB 12 56 0 8 120 54 34
Octal 301 40 353 22 126 0 10 440 124 64
Binary 11000001 100000 11101011 10010 1010110 0 1000 100100000 1010100 110100

Color Harmonies of #C120EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120EB

Black with #C120EB

Text Example


Text Example

White with #C120EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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