Html Css Color HEX #C000EB Electric Purple

📋 copy color: '#C000EB'

red 192 ◦ green 0 ◦ blue 235

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

Shades of Electric Purple #C000EB

Tints of Electric Purple #C000EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.96%
G = 0%
B = 55.04%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C000EB (or 0xC000EB) is known color: Electric Purple. HEX triplet: C0, 00 and EB. RGB value is (192,0,235). Sum of RGB (Red+Green+Blue) = 192+0+235=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #C000EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000EB is #3FFF14. Grayscale: #535353. Windows color (decimal): -4194069 or 15401152. OLE color: 15401152.

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

Color convert

RGB 192 0 235 -
CMYK 0.18 1 0 0.08
HSL 289.02º 1% 0.46% -
HSV(B) 289.02º 1% 0.92% -
XYZ 36.73 17.2 79.98 -
YUV 84.2 213.11 204.89 -
System Red Green Blue C M Y K H S L
Decimal 192 0 235 0.18 1 0 0.08 289.02 1 0.46
Hex C0 0 EB 12 64 0 8 121 64 2E
Octal 300 0 353 22 144 0 10 441 144 56
Binary 11000000 0 11101011 10010 1100100 0 1000 100100001 1100100 101110

Color Harmonies of #C000EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000EB

Black with #C000EB

Text Example


Text Example

White with #C000EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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