Html Css Color HEX #C11FAD Deep Magenta

📋 copy color: '#C11FAD'

red 193 ◦ green 31 ◦ blue 173

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

Shades of Deep Magenta #C11FAD

Tints of Deep Magenta #C11FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 48.61%
G = 7.81%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C11FAD (or 0xC11FAD) is known color: Deep Magenta. HEX triplet: C1, 1F and AD. RGB value is (193,31,173). Sum of RGB (Red+Green+Blue) = 193+31+173=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C11FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11FAD is #3EE052. Grayscale: #5F5F5F. Windows color (decimal): -4120659 or 11345857. OLE color: 11345857.

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

Color convert

RGB 193 31 173 -
CMYK 0 0.84 0.10 0.24
HSL 307.41º 0.72% 0.44% -
HSV(B) 307.41º 0.84% 0.76% -
XYZ 30.03 15.33 40.91 -
YUV 95.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 193 31 173 0 0.84 0.10 0.24 307.41 0.72 0.44
Hex C1 1F AD 0 54 A 18 133 48 2C
Octal 301 37 255 0 124 12 30 463 110 54
Binary 11000001 11111 10101101 0 1010100 1010 11000 100110011 1001000 101100

Color Harmonies of #C11FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FAD

Black with #C11FAD

Text Example


Text Example

White with #C11FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FAD; }

 p { color: rgb(193,31,173); }

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

background-color css

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

 a { background-color: rgb(193,31,173); }

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

border-color css

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

 span { border-color: rgb(193,31,173); }

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