Html Css Color HEX #C916B1 Deep Magenta

📋 copy color: '#C916B1'

red 201 ◦ green 22 ◦ blue 177

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

Shades of Deep Magenta #C916B1

Tints of Deep Magenta #C916B1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.5%

 BLUE value IS 177 (69.53% from 255) = 44.25%

R = 50.25%
G = 5.5%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C916B1 (or 0xC916B1) is known color: Deep Magenta. HEX triplet: C9, 16 and B1. RGB value is (201,22,177). Sum of RGB (Red+Green+Blue) = 201+22+177=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C916B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C916B1 is #36E94E. Grayscale: #5C5C5C. Windows color (decimal): -3598671 or 11605705. OLE color: 11605705.

HSL color Cylindrical-coordinate representation of color #C916B1: hue angle of 308.04º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C916B1 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 22 177 -
CMYK 0 0.89 0.12 0.21
HSL 308.04º 0.8% 0.44% -
HSV(B) 308.04º 0.89% 0.79% -
XYZ 32.31 16.17 43.01 -
YUV 93.19 175.3 204.9 -
System Red Green Blue C M Y K H S L
Decimal 201 22 177 0 0.89 0.12 0.21 308.04 0.8 0.44
Hex C9 16 B1 0 59 C 15 134 50 2C
Octal 311 26 261 0 131 14 25 464 120 54
Binary 11001001 10110 10110001 0 1011001 1100 10101 100110100 1010000 101100

Color Harmonies of #C916B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916B1

Black with #C916B1

Text Example


Text Example

White with #C916B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916B1; }

 p { color: rgb(201,22,177); }

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

background-color css

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

 a { background-color: rgb(201,22,177); }

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

border-color css

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

 span { border-color: rgb(201,22,177); }

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