Html Css Color HEX #C7146E Medium Violet Red

📋 copy color: '#C7146E'

red 199 ◦ green 20 ◦ blue 110

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

Shades of Medium Violet Red #C7146E

Tints of Medium Violet Red #C7146E

RGB

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

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

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

R = 60.49%
G = 6.08%
B = 33.43%

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

#C7146E (or 0xC7146E) is known color: Medium Violet Red. HEX triplet: C7, 14 and 6E. RGB value is (199,20,110). Sum of RGB (Red+Green+Blue) = 199+20+110=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7146E is #38EB91. Grayscale: #535353. Windows color (decimal): -3730322 or 7214279. OLE color: 7214279.

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

Color convert

RGB 199 20 110 -
CMYK 0 0.90 0.45 0.22
HSL 329.83º 0.82% 0.43% -
HSV(B) 329.83º 0.9% 0.78% -
XYZ 26.62 13.77 16.01 -
YUV 83.78 142.8 210.18 -
System Red Green Blue C M Y K H S L
Decimal 199 20 110 0 0.90 0.45 0.22 329.83 0.82 0.43
Hex C7 14 6E 0 5A 2D 16 14A 52 2B
Octal 307 24 156 0 132 55 26 512 122 53
Binary 11000111 10100 1101110 0 1011010 101101 10110 101001010 1010010 101011

Color Harmonies of #C7146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7146E

Black with #C7146E

Text Example


Text Example

White with #C7146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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