Html Css Color HEX #C118DE Deep Magenta

📋 copy color: '#C118DE'

red 193 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #C118DE

Tints of Deep Magenta #C118DE

RGB

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

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

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

R = 43.96%
G = 5.47%
B = 50.57%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C118DE (or 0xC118DE) is known color: Deep Magenta. HEX triplet: C1, 18 and DE. RGB value is (193,24,222). Sum of RGB (Red+Green+Blue) = 193+24+222=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #C118DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C118DE is #3EE721. Grayscale: #606060. Windows color (decimal): -4122402 or 14555329. OLE color: 14555329.

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

Color convert

RGB 193 24 222 -
CMYK 0.13 0.89 0 0.13
HSL 291.21º 0.8% 0.48% -
HSV(B) 291.21º 0.89% 0.87% -
XYZ 35.5 17.26 70.57 -
YUV 97.1 198.49 196.4 -
System Red Green Blue C M Y K H S L
Decimal 193 24 222 0.13 0.89 0 0.13 291.21 0.8 0.48
Hex C1 18 DE D 59 0 D 123 50 30
Octal 301 30 336 15 131 0 15 443 120 60
Binary 11000001 11000 11011110 1101 1011001 0 1101 100100011 1010000 110000

Color Harmonies of #C118DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118DE

Black with #C118DE

Text Example


Text Example

White with #C118DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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