Html Css Color HEX #C10EBC Deep Magenta

📋 copy color: '#C10EBC'

red 193 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #C10EBC

Tints of Deep Magenta #C10EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 48.86%
G = 3.54%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C10EBC (or 0xC10EBC) is known color: Deep Magenta. HEX triplet: C1, 0E and BC. RGB value is (193,14,188). Sum of RGB (Red+Green+Blue) = 193+14+188=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EBC is #3EF143. Grayscale: #565656. Windows color (decimal): -4124996 or 12324545. OLE color: 12324545.

HSL color Cylindrical-coordinate representation of color #C10EBC: hue angle of 301.68º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10EBC is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 188 -
CMYK 0 0.93 0.03 0.24
HSL 301.68º 0.86% 0.41% -
HSV(B) 301.68º 0.93% 0.76% -
XYZ 31.23 15.28 48.88 -
YUV 87.36 184.8 203.35 -
System Red Green Blue C M Y K H S L
Decimal 193 14 188 0 0.93 0.03 0.24 301.68 0.86 0.41
Hex C1 E BC 0 5D 3 18 12E 56 29
Octal 301 16 274 0 135 3 30 456 126 51
Binary 11000001 1110 10111100 0 1011101 11 11000 100101110 1010110 101001

Color Harmonies of #C10EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EBC

Black with #C10EBC

Text Example


Text Example

White with #C10EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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