Html Css Color HEX #C118DF Deep Magenta

📋 copy color: '#C118DF'

red 193 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #C118DF

Tints of Deep Magenta #C118DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 43.86%
G = 5.45%
B = 50.68%

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

#C118DF (or 0xC118DF) is known color: Deep Magenta. HEX triplet: C1, 18 and DF. RGB value is (193,24,223). Sum of RGB (Red+Green+Blue) = 193+24+223=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #C118DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C118DF is #3EE720. Grayscale: #606060. Windows color (decimal): -4122401 or 14620865. OLE color: 14620865.

HSL color Cylindrical-coordinate representation of color #C118DF: hue angle of 290.95º degrees, saturation: 0.81, 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 #C118DF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 24 223 -
CMYK 0.13 0.89 0 0.13
HSL 290.95º 0.81% 0.48% -
HSV(B) 290.95º 0.89% 0.87% -
XYZ 35.64 17.32 71.28 -
YUV 97.22 198.99 196.32 -
System Red Green Blue C M Y K H S L
Decimal 193 24 223 0.13 0.89 0 0.13 290.95 0.81 0.48
Hex C1 18 DF D 59 0 D 123 51 30
Octal 301 30 337 15 131 0 15 443 121 60
Binary 11000001 11000 11011111 1101 1011001 0 1101 100100011 1010001 110000

Color Harmonies of #C118DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118DF

Black with #C118DF

Text Example


Text Example

White with #C118DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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