Html Css Color HEX #C11DB9 Deep Magenta

📋 copy color: '#C11DB9'

red 193 ◦ green 29 ◦ blue 185

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

Shades of Deep Magenta #C11DB9

Tints of Deep Magenta #C11DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.13%

 BLUE value IS 185 (72.66% from 255) = 45.45%

R = 47.42%
G = 7.13%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C11DB9 (or 0xC11DB9) is known color: Deep Magenta. HEX triplet: C1, 1D and B9. RGB value is (193,29,185). Sum of RGB (Red+Green+Blue) = 193+29+185=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C11DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DB9 is #3EE246. Grayscale: #5F5F5F. Windows color (decimal): -4121159 or 12131777. OLE color: 12131777.

HSL color Cylindrical-coordinate representation of color #C11DB9: hue angle of 302.93º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11DB9 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 29 185 -
CMYK 0 0.85 0.04 0.24
HSL 302.93º 0.74% 0.44% -
HSV(B) 302.93º 0.85% 0.76% -
XYZ 31.19 15.72 47.29 -
YUV 95.82 178.33 197.32 -
System Red Green Blue C M Y K H S L
Decimal 193 29 185 0 0.85 0.04 0.24 302.93 0.74 0.44
Hex C1 1D B9 0 55 4 18 12F 4A 2C
Octal 301 35 271 0 125 4 30 457 112 54
Binary 11000001 11101 10111001 0 1010101 100 11000 100101111 1001010 101100

Color Harmonies of #C11DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11DB9

Black with #C11DB9

Text Example


Text Example

White with #C11DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11DB9; }

 p { color: rgb(193,29,185); }

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

background-color css

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

 a { background-color: rgb(193,29,185); }

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

border-color css

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

 span { border-color: rgb(193,29,185); }

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