Html Css Color HEX #C109DE Deep Magenta

📋 copy color: '#C109DE'

red 193 ◦ green 9 ◦ blue 222

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

Shades of Deep Magenta #C109DE

Tints of Deep Magenta #C109DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 45.52%
G = 2.12%
B = 52.36%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C109DE (or 0xC109DE) is known color: Deep Magenta. HEX triplet: C1, 09 and DE. RGB value is (193,9,222). Sum of RGB (Red+Green+Blue) = 193+9+222=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #C109DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109DE is #3EF621. Grayscale: #575757. Windows color (decimal): -4126242 or 14551489. OLE color: 14551489.

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

Color convert

RGB 193 9 222 -
CMYK 0.13 0.96 0 0.13
HSL 291.83º 0.92% 0.45% -
HSV(B) 291.83º 0.96% 0.87% -
XYZ 35.27 16.81 70.49 -
YUV 88.3 203.46 202.68 -
System Red Green Blue C M Y K H S L
Decimal 193 9 222 0.13 0.96 0 0.13 291.83 0.92 0.45
Hex C1 9 DE D 60 0 D 124 5C 2D
Octal 301 11 336 15 140 0 15 444 134 55
Binary 11000001 1001 11011110 1101 1100000 0 1101 100100100 1011100 101101

Color Harmonies of #C109DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109DE

Black with #C109DE

Text Example


Text Example

White with #C109DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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