Html Css Color HEX #C109B0 Deep Magenta

📋 copy color: '#C109B0'

red 193 ◦ green 9 ◦ blue 176

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

Shades of Deep Magenta #C109B0

Tints of Deep Magenta #C109B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.56%

R = 51.06%
G = 2.38%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C109B0 (or 0xC109B0) is known color: Deep Magenta. HEX triplet: C1, 09 and B0. RGB value is (193,9,176). Sum of RGB (Red+Green+Blue) = 193+9+176=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C109B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C109B0 is #3EF64F. Grayscale: #525252. Windows color (decimal): -4126288 or 11536833. OLE color: 11536833.

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

Color convert

RGB 193 9 176 -
CMYK 0 0.95 0.09 0.24
HSL 305.54º 0.91% 0.4% -
HSV(B) 305.54º 0.95% 0.76% -
XYZ 29.93 14.67 42.33 -
YUV 83.05 180.46 206.42 -
System Red Green Blue C M Y K H S L
Decimal 193 9 176 0 0.95 0.09 0.24 305.54 0.91 0.4
Hex C1 9 B0 0 5F 9 18 132 5B 28
Octal 301 11 260 0 137 11 30 462 133 50
Binary 11000001 1001 10110000 0 1011111 1001 11000 100110010 1011011 101000

Color Harmonies of #C109B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109B0

Black with #C109B0

Text Example


Text Example

White with #C109B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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