Html Css Color HEX #C10EBF Deep Magenta

📋 copy color: '#C10EBF'

red 193 ◦ green 14 ◦ blue 191

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

Shades of Deep Magenta #C10EBF

Tints of Deep Magenta #C10EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 48.49%
G = 3.52%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C10EBF (or 0xC10EBF) is known color: Deep Magenta. HEX triplet: C1, 0E and BF. RGB value is (193,14,191). Sum of RGB (Red+Green+Blue) = 193+14+191=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EBF is #3EF140. Grayscale: #575757. Windows color (decimal): -4124993 or 12521153. OLE color: 12521153.

HSL color Cylindrical-coordinate representation of color #C10EBF: hue angle of 300.67º 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 #C10EBF is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 191 -
CMYK 0 0.93 0.01 0.24
HSL 300.67º 0.86% 0.41% -
HSV(B) 300.67º 0.93% 0.76% -
XYZ 31.55 15.41 50.6 -
YUV 87.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 193 14 191 0 0.93 0.01 0.24 300.67 0.86 0.41
Hex C1 E BF 0 5D 1 18 12D 56 29
Octal 301 16 277 0 135 1 30 455 126 51
Binary 11000001 1110 10111111 0 1011101 1 11000 100101101 1010110 101001

Color Harmonies of #C10EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EBF

Black with #C10EBF

Text Example


Text Example

White with #C10EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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