Html Css Color HEX #C000EE Electric Purple

📋 copy color: '#C000EE'

red 192 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #C000EE

Tints of Electric Purple #C000EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 44.65%
G = 0%
B = 55.35%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C000EE (or 0xC000EE) is known color: Electric Purple. HEX triplet: C0, 00 and EE. RGB value is (192,0,238). Sum of RGB (Red+Green+Blue) = 192+0+238=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #C000EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000EE is #3FFF11. Grayscale: #535353. Windows color (decimal): -4194066 or 15597760. OLE color: 15597760.

HSL color Cylindrical-coordinate representation of color #C000EE: hue angle of 288.4º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000EE is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 0 238 -
CMYK 0.19 1 0 0.07
HSL 288.4º 1% 0.47% -
HSV(B) 288.4º 1% 0.93% -
XYZ 37.17 17.38 82.28 -
YUV 84.54 214.61 204.65 -
System Red Green Blue C M Y K H S L
Decimal 192 0 238 0.19 1 0 0.07 288.4 1 0.47
Hex C0 0 EE 13 64 0 7 120 64 2F
Octal 300 0 356 23 144 0 7 440 144 57
Binary 11000000 0 11101110 10011 1100100 0 111 100100000 1100100 101111

Color Harmonies of #C000EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000EE

Black with #C000EE

Text Example


Text Example

White with #C000EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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