Html Css Color HEX #C109AD Deep Magenta

📋 copy color: '#C109AD'

red 193 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #C109AD

Tints of Deep Magenta #C109AD

RGB

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

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

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

R = 51.47%
G = 2.4%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C109AD (or 0xC109AD) is known color: Deep Magenta. HEX triplet: C1, 09 and AD. RGB value is (193,9,173). Sum of RGB (Red+Green+Blue) = 193+9+173=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C109AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C109AD is #3EF652. Grayscale: #525252. Windows color (decimal): -4126291 or 11340225. OLE color: 11340225.

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

Color convert

RGB 193 9 173 -
CMYK 0 0.95 0.10 0.24
HSL 306.52º 0.91% 0.4% -
HSV(B) 306.52º 0.95% 0.76% -
XYZ 29.63 14.55 40.78 -
YUV 82.71 178.96 206.66 -
System Red Green Blue C M Y K H S L
Decimal 193 9 173 0 0.95 0.10 0.24 306.52 0.91 0.4
Hex C1 9 AD 0 5F A 18 133 5B 28
Octal 301 11 255 0 137 12 30 463 133 50
Binary 11000001 1001 10101101 0 1011111 1010 11000 100110011 1011011 101000

Color Harmonies of #C109AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109AD

Black with #C109AD

Text Example


Text Example

White with #C109AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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