Html Css Color HEX #C109CD Deep Magenta

📋 copy color: '#C109CD'

red 193 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #C109CD

Tints of Deep Magenta #C109CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 47.42%
G = 2.21%
B = 50.37%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C109CD (or 0xC109CD) is known color: Deep Magenta. HEX triplet: C1, 09 and CD. RGB value is (193,9,205). Sum of RGB (Red+Green+Blue) = 193+9+205=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #C109CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109CD is #3EF632. Grayscale: #555555. Windows color (decimal): -4126259 or 13437377. OLE color: 13437377.

HSL color Cylindrical-coordinate representation of color #C109CD: hue angle of 296.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109CD is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 9 205 -
CMYK 0.06 0.96 0 0.20
HSL 296.33º 0.92% 0.42% -
HSV(B) 296.33º 0.96% 0.8% -
XYZ 33.11 15.94 59.09 -
YUV 86.36 194.96 204.06 -
System Red Green Blue C M Y K H S L
Decimal 193 9 205 0.06 0.96 0 0.20 296.33 0.92 0.42
Hex C1 9 CD 6 60 0 14 128 5C 2A
Octal 301 11 315 6 140 0 24 450 134 52
Binary 11000001 1001 11001101 110 1100000 0 10100 100101000 1011100 101010

Color Harmonies of #C109CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109CD

Black with #C109CD

Text Example


Text Example

White with #C109CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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