Html Css Color HEX #C916BE Deep Magenta

📋 copy color: '#C916BE'

red 201 ◦ green 22 ◦ blue 190

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

Shades of Deep Magenta #C916BE

Tints of Deep Magenta #C916BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 48.67%
G = 5.33%
B = 46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C916BE (or 0xC916BE) is known color: Deep Magenta. HEX triplet: C9, 16 and BE. RGB value is (201,22,190). Sum of RGB (Red+Green+Blue) = 201+22+190=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C916BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C916BE is #36E941. Grayscale: #5E5E5E. Windows color (decimal): -3598658 or 12457673. OLE color: 12457673.

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

Color convert

RGB 201 22 190 -
CMYK 0 0.89 0.05 0.21
HSL 303.69º 0.8% 0.44% -
HSV(B) 303.69º 0.89% 0.79% -
XYZ 33.67 16.71 50.17 -
YUV 94.67 181.8 203.84 -
System Red Green Blue C M Y K H S L
Decimal 201 22 190 0 0.89 0.05 0.21 303.69 0.8 0.44
Hex C9 16 BE 0 59 5 15 130 50 2C
Octal 311 26 276 0 131 5 25 460 120 54
Binary 11001001 10110 10111110 0 1011001 101 10101 100110000 1010000 101100

Color Harmonies of #C916BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916BE

Black with #C916BE

Text Example


Text Example

White with #C916BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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