Html Css Color HEX #C7146B Medium Violet Red

📋 copy color: '#C7146B'

red 199 ◦ green 20 ◦ blue 107

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

Shades of Medium Violet Red #C7146B

Tints of Medium Violet Red #C7146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.13%

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 61.04%
G = 6.13%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7146B (or 0xC7146B) is known color: Medium Violet Red. HEX triplet: C7, 14 and 6B. RGB value is (199,20,107). Sum of RGB (Red+Green+Blue) = 199+20+107=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7146B is #38EB94. Grayscale: #535353. Windows color (decimal): -3730325 or 7017671. OLE color: 7017671.

HSL color Cylindrical-coordinate representation of color #C7146B: hue angle of 330.84º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7146B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 107 -
CMYK 0 0.90 0.46 0.22
HSL 330.84º 0.82% 0.43% -
HSV(B) 330.84º 0.9% 0.78% -
XYZ 26.46 13.7 15.16 -
YUV 83.44 141.3 210.43 -
System Red Green Blue C M Y K H S L
Decimal 199 20 107 0 0.90 0.46 0.22 330.84 0.82 0.43
Hex C7 14 6B 0 5A 2E 16 14B 52 2B
Octal 307 24 153 0 132 56 26 513 122 53
Binary 11000111 10100 1101011 0 1011010 101110 10110 101001011 1010010 101011

Color Harmonies of #C7146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7146B

Black with #C7146B

Text Example


Text Example

White with #C7146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7146B; }

 p { color: rgb(199,20,107); }

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

background-color css

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

 a { background-color: rgb(199,20,107); }

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

border-color css

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

 span { border-color: rgb(199,20,107); }

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