Html Css Color HEX #C109DC Deep Magenta

📋 copy color: '#C109DC'

red 193 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #C109DC

Tints of Deep Magenta #C109DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 45.73%
G = 2.13%
B = 52.13%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C109DC (or 0xC109DC) is known color: Deep Magenta. HEX triplet: C1, 09 and DC. RGB value is (193,9,220). Sum of RGB (Red+Green+Blue) = 193+9+220=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #C109DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109DC is #3EF623. Grayscale: #575757. Windows color (decimal): -4126244 or 14420417. OLE color: 14420417.

HSL color Cylindrical-coordinate representation of color #C109DC: hue angle of 292.32º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109DC is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 9 220 -
CMYK 0.12 0.96 0 0.14
HSL 292.32º 0.92% 0.45% -
HSV(B) 292.32º 0.96% 0.86% -
XYZ 35.01 16.7 69.09 -
YUV 88.07 202.46 202.84 -
System Red Green Blue C M Y K H S L
Decimal 193 9 220 0.12 0.96 0 0.14 292.32 0.92 0.45
Hex C1 9 DC C 60 0 E 124 5C 2D
Octal 301 11 334 14 140 0 16 444 134 55
Binary 11000001 1001 11011100 1100 1100000 0 1110 100100100 1011100 101101

Color Harmonies of #C109DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109DC

Black with #C109DC

Text Example


Text Example

White with #C109DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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