Html Css Color HEX #C118DC Deep Magenta

📋 copy color: '#C118DC'

red 193 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #C118DC

Tints of Deep Magenta #C118DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.49%

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

R = 44.16%
G = 5.49%
B = 50.34%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C118DC (or 0xC118DC) is known color: Deep Magenta. HEX triplet: C1, 18 and DC. RGB value is (193,24,220). Sum of RGB (Red+Green+Blue) = 193+24+220=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #C118DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C118DC is #3EE723. Grayscale: #606060. Windows color (decimal): -4122404 or 14424257. OLE color: 14424257.

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

Color convert

RGB 193 24 220 -
CMYK 0.12 0.89 0 0.14
HSL 291.73º 0.8% 0.48% -
HSV(B) 291.73º 0.89% 0.86% -
XYZ 35.24 17.16 69.16 -
YUV 96.88 197.49 196.56 -
System Red Green Blue C M Y K H S L
Decimal 193 24 220 0.12 0.89 0 0.14 291.73 0.8 0.48
Hex C1 18 DC C 59 0 E 124 50 30
Octal 301 30 334 14 131 0 16 444 120 60
Binary 11000001 11000 11011100 1100 1011001 0 1110 100100100 1010000 110000

Color Harmonies of #C118DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118DC

Black with #C118DC

Text Example


Text Example

White with #C118DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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