Html Css Color HEX #C901A6 Deep Magenta

📋 copy color: '#C901A6'

red 201 ◦ green 1 ◦ blue 166

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

Shades of Deep Magenta #C901A6

Tints of Deep Magenta #C901A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.11%

R = 54.62%
G = 0.27%
B = 45.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C901A6 (or 0xC901A6) is known color: Deep Magenta. HEX triplet: C9, 01 and A6. RGB value is (201,1,166). Sum of RGB (Red+Green+Blue) = 201+1+166=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C901A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C901A6 is #36FE59. Grayscale: #4F4F4F. Windows color (decimal): -3604058 or 10879433. OLE color: 10879433.

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

Color convert

RGB 201 1 166 -
CMYK 0 1.00 0.17 0.21
HSL 310.5º 0.99% 0.4% -
HSV(B) 310.5º 1% 0.79% -
XYZ 30.98 15.19 37.38 -
YUV 79.61 176.76 214.58 -
System Red Green Blue C M Y K H S L
Decimal 201 1 166 0 1.00 0.17 0.21 310.5 0.99 0.4
Hex C9 1 A6 0 64 11 15 136 63 28
Octal 311 1 246 0 144 21 25 466 143 50
Binary 11001001 1 10100110 0 1100100 10001 10101 100110110 1100011 101000

Color Harmonies of #C901A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901A6

Black with #C901A6

Text Example


Text Example

White with #C901A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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