Html Css Color HEX #C10EEF Electric Purple

📋 copy color: '#C10EEF'

red 193 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #C10EEF

Tints of Electric Purple #C10EEF

RGB

 RED value IS 193 (75.78% from 255) = 43.27%

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

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

R = 43.27%
G = 3.14%
B = 53.59%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C10EEF (or 0xC10EEF) is known color: Electric Purple. HEX triplet: C1, 0E and EF. RGB value is (193,14,239). Sum of RGB (Red+Green+Blue) = 193+14+239=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #C10EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EEF is #3EF110. Grayscale: #5C5C5C. Windows color (decimal): -4124945 or 15666881. OLE color: 15666881.

HSL color Cylindrical-coordinate representation of color #C10EEF: hue angle of 287.73º 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 #C10EEF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 14 239 -
CMYK 0.19 0.94 0 0.06
HSL 287.73º 0.89% 0.5% -
HSV(B) 287.73º 0.94% 0.94% -
XYZ 37.73 17.88 83.12 -
YUV 93.17 210.3 199.2 -
System Red Green Blue C M Y K H S L
Decimal 193 14 239 0.19 0.94 0 0.06 287.73 0.89 0.5
Hex C1 E EF 13 5E 0 6 120 59 32
Octal 301 16 357 23 136 0 6 440 131 62
Binary 11000001 1110 11101111 10011 1011110 0 110 100100000 1011001 110010

Color Harmonies of #C10EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EEF

Black with #C10EEF

Text Example


Text Example

White with #C10EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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