Html Css Color HEX #C7146D Medium Violet Red

📋 copy color: '#C7146D'

red 199 ◦ green 20 ◦ blue 109

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

Shades of Medium Violet Red #C7146D

Tints of Medium Violet Red #C7146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 60.67%
G = 6.1%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7146D (or 0xC7146D) is known color: Medium Violet Red. HEX triplet: C7, 14 and 6D. RGB value is (199,20,109). Sum of RGB (Red+Green+Blue) = 199+20+109=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7146D is #38EB92. Grayscale: #535353. Windows color (decimal): -3730323 or 7148743. OLE color: 7148743.

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

Color convert

RGB 199 20 109 -
CMYK 0 0.90 0.45 0.22
HSL 330.17º 0.82% 0.43% -
HSV(B) 330.17º 0.9% 0.78% -
XYZ 26.56 13.75 15.72 -
YUV 83.67 142.3 210.26 -
System Red Green Blue C M Y K H S L
Decimal 199 20 109 0 0.90 0.45 0.22 330.17 0.82 0.43
Hex C7 14 6D 0 5A 2D 16 14A 52 2B
Octal 307 24 155 0 132 55 26 512 122 53
Binary 11000111 10100 1101101 0 1011010 101101 10110 101001010 1010010 101011

Color Harmonies of #C7146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7146D

Black with #C7146D

Text Example


Text Example

White with #C7146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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