Html Css Color HEX #C109AC Deep Magenta

📋 copy color: '#C109AC'

red 193 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #C109AC

Tints of Deep Magenta #C109AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

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

R = 51.6%
G = 2.41%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C109AC (or 0xC109AC) is known color: Deep Magenta. HEX triplet: C1, 09 and AC. RGB value is (193,9,172). Sum of RGB (Red+Green+Blue) = 193+9+172=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C109AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C109AC is #3EF653. Grayscale: #525252. Windows color (decimal): -4126292 or 11274689. OLE color: 11274689.

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

Color convert

RGB 193 9 172 -
CMYK 0 0.95 0.11 0.24
HSL 306.85º 0.91% 0.4% -
HSV(B) 306.85º 0.95% 0.76% -
XYZ 29.54 14.51 40.27 -
YUV 82.6 178.46 206.75 -
System Red Green Blue C M Y K H S L
Decimal 193 9 172 0 0.95 0.11 0.24 306.85 0.91 0.4
Hex C1 9 AC 0 5F B 18 133 5B 28
Octal 301 11 254 0 137 13 30 463 133 50
Binary 11000001 1001 10101100 0 1011111 1011 11000 100110011 1011011 101000

Color Harmonies of #C109AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109AC

Black with #C109AC

Text Example


Text Example

White with #C109AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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