Html Css Color HEX #C109BD Deep Magenta

📋 copy color: '#C109BD'

red 193 ◦ green 9 ◦ blue 189

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

Shades of Deep Magenta #C109BD

Tints of Deep Magenta #C109BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 49.36%
G = 2.3%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C109BD (or 0xC109BD) is known color: Deep Magenta. HEX triplet: C1, 09 and BD. RGB value is (193,9,189). Sum of RGB (Red+Green+Blue) = 193+9+189=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C109BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109BD is #3EF642. Grayscale: #545454. Windows color (decimal): -4126275 or 12388801. OLE color: 12388801.

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

Color convert

RGB 193 9 189 -
CMYK 0 0.95 0.02 0.24
HSL 301.3º 0.91% 0.4% -
HSV(B) 301.3º 0.95% 0.76% -
XYZ 31.28 15.21 49.43 -
YUV 84.54 186.96 205.36 -
System Red Green Blue C M Y K H S L
Decimal 193 9 189 0 0.95 0.02 0.24 301.3 0.91 0.4
Hex C1 9 BD 0 5F 2 18 12D 5B 28
Octal 301 11 275 0 137 2 30 455 133 50
Binary 11000001 1001 10111101 0 1011111 10 11000 100101101 1011011 101000

Color Harmonies of #C109BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109BD

Black with #C109BD

Text Example


Text Example

White with #C109BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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