Html Css Color HEX #C916A0 Medium Violet Red

📋 copy color: '#C916A0'

red 201 ◦ green 22 ◦ blue 160

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

Shades of Medium Violet Red #C916A0

Tints of Medium Violet Red #C916A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 52.48%
G = 5.74%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C916A0 (or 0xC916A0) is known color: Medium Violet Red. HEX triplet: C9, 16 and A0. RGB value is (201,22,160). Sum of RGB (Red+Green+Blue) = 201+22+160=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C916A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C916A0 is #36E95F. Grayscale: #5A5A5A. Windows color (decimal): -3598688 or 10491593. OLE color: 10491593.

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

Color convert

RGB 201 22 160 -
CMYK 0 0.89 0.20 0.21
HSL 313.74º 0.8% 0.44% -
HSV(B) 313.74º 0.89% 0.79% -
XYZ 30.72 15.53 34.64 -
YUV 91.25 166.8 206.28 -
System Red Green Blue C M Y K H S L
Decimal 201 22 160 0 0.89 0.20 0.21 313.74 0.8 0.44
Hex C9 16 A0 0 59 14 15 13A 50 2C
Octal 311 26 240 0 131 24 25 472 120 54
Binary 11001001 10110 10100000 0 1011001 10100 10101 100111010 1010000 101100

Color Harmonies of #C916A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916A0

Black with #C916A0

Text Example


Text Example

White with #C916A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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