Html Css Color HEX #C901AC Deep Magenta

📋 copy color: '#C901AC'

red 201 ◦ green 1 ◦ blue 172

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

Shades of Deep Magenta #C901AC

Tints of Deep Magenta #C901AC

RGB

 RED value IS 201 (78.91% from 255) = 53.74%

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

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

R = 53.74%
G = 0.27%
B = 45.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C901AC (or 0xC901AC) is known color: Deep Magenta. HEX triplet: C9, 01 and AC. RGB value is (201,1,172). Sum of RGB (Red+Green+Blue) = 201+1+172=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C901AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C901AC is #36FE53. Grayscale: #4F4F4F. Windows color (decimal): -3604052 or 11272649. OLE color: 11272649.

HSL color Cylindrical-coordinate representation of color #C901AC: hue angle of 308.7º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901AC is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 172 -
CMYK 0 1.00 0.14 0.21
HSL 308.7º 0.99% 0.4% -
HSV(B) 308.7º 1% 0.79% -
XYZ 31.54 15.42 40.34 -
YUV 80.29 179.76 214.1 -
System Red Green Blue C M Y K H S L
Decimal 201 1 172 0 1.00 0.14 0.21 308.7 0.99 0.4
Hex C9 1 AC 0 64 E 15 135 63 28
Octal 311 1 254 0 144 16 25 465 143 50
Binary 11001001 1 10101100 0 1100100 1110 10101 100110101 1100011 101000

Color Harmonies of #C901AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901AC

Black with #C901AC

Text Example


Text Example

White with #C901AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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