Html Css Color HEX #C11DAF Deep Magenta

📋 copy color: '#C11DAF'

red 193 ◦ green 29 ◦ blue 175

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

Shades of Deep Magenta #C11DAF

Tints of Deep Magenta #C11DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 48.61%
G = 7.3%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C11DAF (or 0xC11DAF) is known color: Deep Magenta. HEX triplet: C1, 1D and AF. RGB value is (193,29,175). Sum of RGB (Red+Green+Blue) = 193+29+175=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C11DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11DAF is #3EE250. Grayscale: #5E5E5E. Windows color (decimal): -4121169 or 11476417. OLE color: 11476417.

HSL color Cylindrical-coordinate representation of color #C11DAF: hue angle of 306.59º 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 #C11DAF is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 29 175 -
CMYK 0 0.85 0.09 0.24
HSL 306.59º 0.74% 0.44% -
HSV(B) 306.59º 0.85% 0.76% -
XYZ 30.17 15.31 41.92 -
YUV 94.68 173.33 198.13 -
System Red Green Blue C M Y K H S L
Decimal 193 29 175 0 0.85 0.09 0.24 306.59 0.74 0.44
Hex C1 1D AF 0 55 9 18 133 4A 2C
Octal 301 35 257 0 125 11 30 463 112 54
Binary 11000001 11101 10101111 0 1010101 1001 11000 100110011 1001010 101100

Color Harmonies of #C11DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11DAF

Black with #C11DAF

Text Example


Text Example

White with #C11DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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