Html Css Color HEX #C10EAD Deep Magenta

📋 copy color: '#C10EAD'

red 193 ◦ green 14 ◦ blue 173

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

Shades of Deep Magenta #C10EAD

Tints of Deep Magenta #C10EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 50.79%
G = 3.68%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C10EAD (or 0xC10EAD) is known color: Deep Magenta. HEX triplet: C1, 0E and AD. RGB value is (193,14,173). Sum of RGB (Red+Green+Blue) = 193+14+173=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EAD is #3EF152. Grayscale: #555555. Windows color (decimal): -4125011 or 11341505. OLE color: 11341505.

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

Color convert

RGB 193 14 173 -
CMYK 0 0.93 0.10 0.24
HSL 306.7º 0.86% 0.41% -
HSV(B) 306.7º 0.93% 0.76% -
XYZ 29.69 14.67 40.8 -
YUV 85.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 193 14 173 0 0.93 0.10 0.24 306.7 0.86 0.41
Hex C1 E AD 0 5D A 18 133 56 29
Octal 301 16 255 0 135 12 30 463 126 51
Binary 11000001 1110 10101101 0 1011101 1010 11000 100110011 1010110 101001

Color Harmonies of #C10EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EAD

Black with #C10EAD

Text Example


Text Example

White with #C10EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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