Html Css Color HEX #C801AC Deep Magenta

📋 copy color: '#C801AC'

red 200 ◦ green 1 ◦ blue 172

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

Shades of Deep Magenta #C801AC

Tints of Deep Magenta #C801AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 53.62%
G = 0.27%
B = 46.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C801AC (or 0xC801AC) is known color: Deep Magenta. HEX triplet: C8, 01 and AC. RGB value is (200,1,172). Sum of RGB (Red+Green+Blue) = 200+1+172=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C801AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C801AC is #37FE53. Grayscale: #4F4F4F. Windows color (decimal): -3669588 or 11272648. OLE color: 11272648.

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

Color convert

RGB 200 1 172 -
CMYK 0 1.00 0.14 0.22
HSL 308.44º 0.99% 0.39% -
HSV(B) 308.44º 1% 0.78% -
XYZ 31.28 15.28 40.33 -
YUV 80 179.93 213.6 -
System Red Green Blue C M Y K H S L
Decimal 200 1 172 0 1.00 0.14 0.22 308.44 0.99 0.39
Hex C8 1 AC 0 64 E 16 134 63 27
Octal 310 1 254 0 144 16 26 464 143 47
Binary 11001000 1 10101100 0 1100100 1110 10110 100110100 1100011 100111

Color Harmonies of #C801AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801AC

Black with #C801AC

Text Example


Text Example

White with #C801AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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