Html Css Color HEX #C10DAC Deep Magenta

📋 copy color: '#C10DAC'

red 193 ◦ green 13 ◦ blue 172

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

Shades of Deep Magenta #C10DAC

Tints of Deep Magenta #C10DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.44%

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 51.06%
G = 3.44%
B = 45.5%

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

#C10DAC (or 0xC10DAC) is known color: Deep Magenta. HEX triplet: C1, 0D and AC. RGB value is (193,13,172). Sum of RGB (Red+Green+Blue) = 193+13+172=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C10DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10DAC is #3EF253. Grayscale: #545454. Windows color (decimal): -4125268 or 11275713. OLE color: 11275713.

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

Color convert

RGB 193 13 172 -
CMYK 0 0.93 0.11 0.24
HSL 307º 0.87% 0.4% -
HSV(B) 307º 0.93% 0.76% -
XYZ 29.58 14.6 40.29 -
YUV 84.95 177.13 205.07 -
System Red Green Blue C M Y K H S L
Decimal 193 13 172 0 0.93 0.11 0.24 307 0.87 0.4
Hex C1 D AC 0 5D B 18 133 57 28
Octal 301 15 254 0 135 13 30 463 127 50
Binary 11000001 1101 10101100 0 1011101 1011 11000 100110011 1010111 101000

Color Harmonies of #C10DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DAC

Black with #C10DAC

Text Example


Text Example

White with #C10DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DAC; }

 p { color: rgb(193,13,172); }

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

background-color css

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

 a { background-color: rgb(193,13,172); }

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

border-color css

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

 span { border-color: rgb(193,13,172); }

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