Html Css Color HEX #C7156E Medium Violet Red

📋 copy color: '#C7156E'

red 199 ◦ green 21 ◦ blue 110

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

Shades of Medium Violet Red #C7156E

Tints of Medium Violet Red #C7156E

RGB

 RED value IS 199 (78.13% from 255) = 60.3%

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 60.3%
G = 6.36%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7156E (or 0xC7156E) is known color: Medium Violet Red. HEX triplet: C7, 15 and 6E. RGB value is (199,21,110). Sum of RGB (Red+Green+Blue) = 199+21+110=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7156E is #38EA91. Grayscale: #545454. Windows color (decimal): -3730066 or 7214535. OLE color: 7214535.

HSL color Cylindrical-coordinate representation of color #C7156E: hue angle of 330º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7156E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 110 -
CMYK 0 0.89 0.45 0.22
HSL 330º 0.81% 0.43% -
HSV(B) 330º 0.89% 0.78% -
XYZ 26.64 13.8 16.01 -
YUV 84.37 142.47 209.76 -
System Red Green Blue C M Y K H S L
Decimal 199 21 110 0 0.89 0.45 0.22 330 0.81 0.43
Hex C7 15 6E 0 59 2D 16 14A 51 2B
Octal 307 25 156 0 131 55 26 512 121 53
Binary 11000111 10101 1101110 0 1011001 101101 10110 101001010 1010001 101011

Color Harmonies of #C7156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7156E

Black with #C7156E

Text Example


Text Example

White with #C7156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7156E; }

 p { color: rgb(199,21,110); }

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

background-color css

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

 a { background-color: rgb(199,21,110); }

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

border-color css

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

 span { border-color: rgb(199,21,110); }

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