Html Css Color HEX #C010EB Electric Purple

📋 copy color: '#C010EB'

red 192 ◦ green 16 ◦ blue 235

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

Shades of Electric Purple #C010EB

Tints of Electric Purple #C010EB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.61%

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

R = 43.34%
G = 3.61%
B = 53.05%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C010EB (or 0xC010EB) is known color: Electric Purple. HEX triplet: C0, 10 and EB. RGB value is (192,16,235). Sum of RGB (Red+Green+Blue) = 192+16+235=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #C010EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010EB is #3FEF14. Grayscale: #5C5C5C. Windows color (decimal): -4189973 or 15405248. OLE color: 15405248.

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

Color convert

RGB 192 16 235 -
CMYK 0.18 0.93 0 0.08
HSL 288.22º 0.87% 0.49% -
HSV(B) 288.22º 0.93% 0.92% -
XYZ 36.92 17.58 80.04 -
YUV 93.59 207.81 198.19 -
System Red Green Blue C M Y K H S L
Decimal 192 16 235 0.18 0.93 0 0.08 288.22 0.87 0.49
Hex C0 10 EB 12 5D 0 8 120 57 31
Octal 300 20 353 22 135 0 10 440 127 61
Binary 11000000 10000 11101011 10010 1011101 0 1000 100100000 1010111 110001

Color Harmonies of #C010EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010EB

Black with #C010EB

Text Example


Text Example

White with #C010EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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