Html Css Color HEX #C109B9 Deep Magenta

📋 copy color: '#C109B9'

red 193 ◦ green 9 ◦ blue 185

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

Shades of Deep Magenta #C109B9

Tints of Deep Magenta #C109B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.8%

R = 49.87%
G = 2.33%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C109B9 (or 0xC109B9) is known color: Deep Magenta. HEX triplet: C1, 09 and B9. RGB value is (193,9,185). Sum of RGB (Red+Green+Blue) = 193+9+185=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C109B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109B9 is #3EF646. Grayscale: #535353. Windows color (decimal): -4126279 or 12126657. OLE color: 12126657.

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

Color convert

RGB 193 9 185 -
CMYK 0 0.95 0.04 0.24
HSL 302.61º 0.91% 0.4% -
HSV(B) 302.61º 0.95% 0.76% -
XYZ 30.85 15.04 47.18 -
YUV 84.08 184.96 205.69 -
System Red Green Blue C M Y K H S L
Decimal 193 9 185 0 0.95 0.04 0.24 302.61 0.91 0.4
Hex C1 9 B9 0 5F 4 18 12F 5B 28
Octal 301 11 271 0 137 4 30 457 133 50
Binary 11000001 1001 10111001 0 1011111 100 11000 100101111 1011011 101000

Color Harmonies of #C109B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109B9

Black with #C109B9

Text Example


Text Example

White with #C109B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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