Html Css Color HEX #C801AA Deep Magenta

📋 copy color: '#C801AA'

red 200 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #C801AA

Tints of Deep Magenta #C801AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 53.91%
G = 0.27%
B = 45.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C801AA (or 0xC801AA) is known color: Deep Magenta. HEX triplet: C8, 01 and AA. RGB value is (200,1,170). Sum of RGB (Red+Green+Blue) = 200+1+170=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C801AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C801AA is #37FE55. Grayscale: #4F4F4F. Windows color (decimal): -3669590 or 11141576. OLE color: 11141576.

HSL color Cylindrical-coordinate representation of color #C801AA: hue angle of 309.05º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801AA is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 170 -
CMYK 0 1.00 0.15 0.22
HSL 309.05º 0.99% 0.39% -
HSV(B) 309.05º 1% 0.78% -
XYZ 31.09 15.2 39.33 -
YUV 79.77 178.93 213.76 -
System Red Green Blue C M Y K H S L
Decimal 200 1 170 0 1.00 0.15 0.22 309.05 0.99 0.39
Hex C8 1 AA 0 64 F 16 135 63 27
Octal 310 1 252 0 144 17 26 465 143 47
Binary 11001000 1 10101010 0 1100100 1111 10110 100110101 1100011 100111

Color Harmonies of #C801AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801AA

Black with #C801AA

Text Example


Text Example

White with #C801AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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