Html Css Color HEX #C10EAB Deep Magenta

📋 copy color: '#C10EAB'

red 193 ◦ green 14 ◦ blue 171

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

Shades of Deep Magenta #C10EAB

Tints of Deep Magenta #C10EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 51.06%
G = 3.7%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C10EAB (or 0xC10EAB) is known color: Deep Magenta. HEX triplet: C1, 0E and AB. RGB value is (193,14,171). Sum of RGB (Red+Green+Blue) = 193+14+171=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EAB is #3EF154. Grayscale: #545454. Windows color (decimal): -4125013 or 11210433. OLE color: 11210433.

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

Color convert

RGB 193 14 171 -
CMYK 0 0.93 0.11 0.24
HSL 307.37º 0.86% 0.41% -
HSV(B) 307.37º 0.93% 0.76% -
XYZ 29.5 14.59 39.79 -
YUV 85.42 176.3 204.73 -
System Red Green Blue C M Y K H S L
Decimal 193 14 171 0 0.93 0.11 0.24 307.37 0.86 0.41
Hex C1 E AB 0 5D B 18 133 56 29
Octal 301 16 253 0 135 13 30 463 126 51
Binary 11000001 1110 10101011 0 1011101 1011 11000 100110011 1010110 101001

Color Harmonies of #C10EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EAB

Black with #C10EAB

Text Example


Text Example

White with #C10EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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