Html Css Color HEX #C109B7 Deep Magenta

📋 copy color: '#C109B7'

red 193 ◦ green 9 ◦ blue 183

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

Shades of Deep Magenta #C109B7

Tints of Deep Magenta #C109B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.53%

R = 50.13%
G = 2.34%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C109B7 (or 0xC109B7) is known color: Deep Magenta. HEX triplet: C1, 09 and B7. RGB value is (193,9,183). Sum of RGB (Red+Green+Blue) = 193+9+183=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C109B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109B7 is #3EF648. Grayscale: #535353. Windows color (decimal): -4126281 or 11995585. OLE color: 11995585.

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

Color convert

RGB 193 9 183 -
CMYK 0 0.95 0.05 0.24
HSL 303.26º 0.91% 0.4% -
HSV(B) 303.26º 0.95% 0.76% -
XYZ 30.64 14.95 46.07 -
YUV 83.85 183.96 205.85 -
System Red Green Blue C M Y K H S L
Decimal 193 9 183 0 0.95 0.05 0.24 303.26 0.91 0.4
Hex C1 9 B7 0 5F 5 18 12F 5B 28
Octal 301 11 267 0 137 5 30 457 133 50
Binary 11000001 1001 10110111 0 1011111 101 11000 100101111 1011011 101000

Color Harmonies of #C109B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109B7

Black with #C109B7

Text Example


Text Example

White with #C109B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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