Html Css Color HEX #C118B2 Deep Magenta

📋 copy color: '#C118B2'

red 193 ◦ green 24 ◦ blue 178

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

Shades of Deep Magenta #C118B2

Tints of Deep Magenta #C118B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.06%

R = 48.86%
G = 6.08%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C118B2 (or 0xC118B2) is known color: Deep Magenta. HEX triplet: C1, 18 and B2. RGB value is (193,24,178). Sum of RGB (Red+Green+Blue) = 193+24+178=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C118B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118B2 is #3EE74D. Grayscale: #5B5B5B. Windows color (decimal): -4122446 or 11671745. OLE color: 11671745.

HSL color Cylindrical-coordinate representation of color #C118B2: hue angle of 305.33º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C118B2 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 24 178 -
CMYK 0 0.88 0.08 0.24
HSL 305.33º 0.78% 0.43% -
HSV(B) 305.33º 0.88% 0.76% -
XYZ 30.35 15.21 43.45 -
YUV 92.09 176.49 199.98 -
System Red Green Blue C M Y K H S L
Decimal 193 24 178 0 0.88 0.08 0.24 305.33 0.78 0.43
Hex C1 18 B2 0 58 8 18 131 4E 2B
Octal 301 30 262 0 130 10 30 461 116 53
Binary 11000001 11000 10110010 0 1011000 1000 11000 100110001 1001110 101011

Color Harmonies of #C118B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118B2

Black with #C118B2

Text Example


Text Example

White with #C118B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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