Html Css Color HEX #C7156C Medium Violet Red

📋 copy color: '#C7156C'

red 199 ◦ green 21 ◦ blue 108

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

Shades of Medium Violet Red #C7156C

Tints of Medium Violet Red #C7156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 60.67%
G = 6.4%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7156C (or 0xC7156C) is known color: Medium Violet Red. HEX triplet: C7, 15 and 6C. RGB value is (199,21,108). Sum of RGB (Red+Green+Blue) = 199+21+108=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7156C is #38EA93. Grayscale: #535353. Windows color (decimal): -3730068 or 7083463. OLE color: 7083463.

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

Color convert

RGB 199 21 108 -
CMYK 0 0.89 0.46 0.22
HSL 330.67º 0.81% 0.43% -
HSV(B) 330.67º 0.89% 0.78% -
XYZ 26.53 13.76 15.45 -
YUV 84.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 199 21 108 0 0.89 0.46 0.22 330.67 0.81 0.43
Hex C7 15 6C 0 59 2E 16 14B 51 2B
Octal 307 25 154 0 131 56 26 513 121 53
Binary 11000111 10101 1101100 0 1011001 101110 10110 101001011 1010001 101011

Color Harmonies of #C7156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7156C

Black with #C7156C

Text Example


Text Example

White with #C7156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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