Html Css Color HEX #C811AD Deep Magenta

📋 copy color: '#C811AD'

red 200 ◦ green 17 ◦ blue 173

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

Shades of Deep Magenta #C811AD

Tints of Deep Magenta #C811AD

RGB

 RED value IS 200 (78.52% from 255) = 51.28%

 GREEN value IS 17 (7.03% from 255) = 4.36%

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

R = 51.28%
G = 4.36%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C811AD (or 0xC811AD) is known color: Deep Magenta. HEX triplet: C8, 11 and AD. RGB value is (200,17,173). Sum of RGB (Red+Green+Blue) = 200+17+173=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C811AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C811AD is #37EE52. Grayscale: #595959. Windows color (decimal): -3665491 or 11342280. OLE color: 11342280.

HSL color Cylindrical-coordinate representation of color #C811AD: hue angle of 308.85º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C811AD is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 173 -
CMYK 0 0.92 0.14 0.22
HSL 308.85º 0.84% 0.43% -
HSV(B) 308.85º 0.92% 0.78% -
XYZ 31.56 15.7 40.9 -
YUV 89.5 175.13 206.82 -
System Red Green Blue C M Y K H S L
Decimal 200 17 173 0 0.92 0.14 0.22 308.85 0.84 0.43
Hex C8 11 AD 0 5C E 16 135 54 2B
Octal 310 21 255 0 134 16 26 465 124 53
Binary 11001000 10001 10101101 0 1011100 1110 10110 100110101 1010100 101011

Color Harmonies of #C811AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811AD

Black with #C811AD

Text Example


Text Example

White with #C811AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811AD; }

 p { color: rgb(200,17,173); }

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

background-color css

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

 a { background-color: rgb(200,17,173); }

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

border-color css

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

 span { border-color: rgb(200,17,173); }

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