Html Css Color HEX #C81AAD Deep Magenta

📋 copy color: '#C81AAD'

red 200 ◦ green 26 ◦ blue 173

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

Shades of Deep Magenta #C81AAD

Tints of Deep Magenta #C81AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.52%

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

R = 50.13%
G = 6.52%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C81AAD (or 0xC81AAD) is known color: Deep Magenta. HEX triplet: C8, 1A and AD. RGB value is (200,26,173). Sum of RGB (Red+Green+Blue) = 200+26+173=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81AAD is #37E552. Grayscale: #5E5E5E. Windows color (decimal): -3663187 or 11344584. OLE color: 11344584.

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

Color convert

RGB 200 26 173 -
CMYK 0 0.87 0.14 0.22
HSL 309.31º 0.77% 0.44% -
HSV(B) 309.31º 0.87% 0.78% -
XYZ 31.73 16.04 40.96 -
YUV 94.78 172.15 203.05 -
System Red Green Blue C M Y K H S L
Decimal 200 26 173 0 0.87 0.14 0.22 309.31 0.77 0.44
Hex C8 1A AD 0 57 E 16 135 4D 2C
Octal 310 32 255 0 127 16 26 465 115 54
Binary 11001000 11010 10101101 0 1010111 1110 10110 100110101 1001101 101100

Color Harmonies of #C81AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81AAD

Black with #C81AAD

Text Example


Text Example

White with #C81AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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