Html Css Color HEX #C00EEF Electric Purple

📋 copy color: '#C00EEF'

red 192 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #C00EEF

Tints of Electric Purple #C00EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.15%

 BLUE value IS 239 (93.75% from 255) = 53.71%

R = 43.15%
G = 3.15%
B = 53.71%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C00EEF (or 0xC00EEF) is known color: Electric Purple. HEX triplet: C0, 0E and EF. RGB value is (192,14,239). Sum of RGB (Red+Green+Blue) = 192+14+239=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #C00EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00EEF is #3FF110. Grayscale: #5C5C5C. Windows color (decimal): -4190481 or 15666880. OLE color: 15666880.

HSL color Cylindrical-coordinate representation of color #C00EEF: hue angle of 287.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00EEF is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 14 239 -
CMYK 0.20 0.94 0 0.06
HSL 287.47º 0.89% 0.5% -
HSV(B) 287.47º 0.94% 0.94% -
XYZ 37.48 17.75 83.11 -
YUV 92.87 210.47 198.7 -
System Red Green Blue C M Y K H S L
Decimal 192 14 239 0.20 0.94 0 0.06 287.47 0.89 0.5
Hex C0 E EF 14 5E 0 6 11F 59 32
Octal 300 16 357 24 136 0 6 437 131 62
Binary 11000000 1110 11101111 10100 1011110 0 110 100011111 1011001 110010

Color Harmonies of #C00EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EEF

Black with #C00EEF

Text Example


Text Example

White with #C00EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EEF; }

 p { color: rgb(192,14,239); }

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

background-color css

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

 a { background-color: rgb(192,14,239); }

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

border-color css

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

 span { border-color: rgb(192,14,239); }

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