Html Css Color HEX #C811AA Deep Magenta

📋 copy color: '#C811AA'

red 200 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #C811AA

Tints of Deep Magenta #C811AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 51.68%
G = 4.39%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C811AA (or 0xC811AA) is known color: Deep Magenta. HEX triplet: C8, 11 and AA. RGB value is (200,17,170). Sum of RGB (Red+Green+Blue) = 200+17+170=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C811AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C811AA is #37EE55. Grayscale: #585858. Windows color (decimal): -3665494 or 11145672. OLE color: 11145672.

HSL color Cylindrical-coordinate representation of color #C811AA: hue angle of 309.84º 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 #C811AA is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 170 -
CMYK 0 0.92 0.15 0.22
HSL 309.84º 0.84% 0.43% -
HSV(B) 309.84º 0.92% 0.78% -
XYZ 31.28 15.58 39.39 -
YUV 89.16 173.63 207.06 -
System Red Green Blue C M Y K H S L
Decimal 200 17 170 0 0.92 0.15 0.22 309.84 0.84 0.43
Hex C8 11 AA 0 5C F 16 136 54 2B
Octal 310 21 252 0 134 17 26 466 124 53
Binary 11001000 10001 10101010 0 1011100 1111 10110 100110110 1010100 101011

Color Harmonies of #C811AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811AA

Black with #C811AA

Text Example


Text Example

White with #C811AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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