Html Css Color HEX #C013EB Electric Purple

📋 copy color: '#C013EB'

red 192 ◦ green 19 ◦ blue 235

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

Shades of Electric Purple #C013EB

Tints of Electric Purple #C013EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.26%

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

R = 43.05%
G = 4.26%
B = 52.69%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C013EB (or 0xC013EB) is known color: Electric Purple. HEX triplet: C0, 13 and EB. RGB value is (192,19,235). Sum of RGB (Red+Green+Blue) = 192+19+235=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #C013EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C013EB is #3FEC14. Grayscale: #5E5E5E. Windows color (decimal): -4189205 or 15406016. OLE color: 15406016.

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

Color convert

RGB 192 19 235 -
CMYK 0.18 0.92 0 0.08
HSL 288.06º 0.85% 0.5% -
HSV(B) 288.06º 0.92% 0.92% -
XYZ 36.97 17.67 80.06 -
YUV 95.35 206.81 196.94 -
System Red Green Blue C M Y K H S L
Decimal 192 19 235 0.18 0.92 0 0.08 288.06 0.85 0.5
Hex C0 13 EB 12 5C 0 8 120 55 32
Octal 300 23 353 22 134 0 10 440 125 62
Binary 11000000 10011 11101011 10010 1011100 0 1000 100100000 1010101 110010

Color Harmonies of #C013EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013EB

Black with #C013EB

Text Example


Text Example

White with #C013EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013EB; }

 p { color: rgb(192,19,235); }

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

background-color css

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

 a { background-color: rgb(192,19,235); }

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

border-color css

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

 span { border-color: rgb(192,19,235); }

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