Html Css Color HEX #C109A9 Deep Magenta

📋 copy color: '#C109A9'

red 193 ◦ green 9 ◦ blue 169

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

Shades of Deep Magenta #C109A9

Tints of Deep Magenta #C109A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 45.55%

R = 52.02%
G = 2.43%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C109A9 (or 0xC109A9) is known color: Deep Magenta. HEX triplet: C1, 09 and A9. RGB value is (193,9,169). Sum of RGB (Red+Green+Blue) = 193+9+169=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C109A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C109A9 is #3EF656. Grayscale: #515151. Windows color (decimal): -4126295 or 11078081. OLE color: 11078081.

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

Color convert

RGB 193 9 169 -
CMYK 0 0.95 0.12 0.24
HSL 307.83º 0.91% 0.4% -
HSV(B) 307.83º 0.95% 0.76% -
XYZ 29.25 14.4 38.77 -
YUV 82.26 176.96 206.99 -
System Red Green Blue C M Y K H S L
Decimal 193 9 169 0 0.95 0.12 0.24 307.83 0.91 0.4
Hex C1 9 A9 0 5F C 18 134 5B 28
Octal 301 11 251 0 137 14 30 464 133 50
Binary 11000001 1001 10101001 0 1011111 1100 11000 100110100 1011011 101000

Color Harmonies of #C109A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109A9

Black with #C109A9

Text Example


Text Example

White with #C109A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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