Html Css Color HEX #C7128C Medium Violet Red

📋 copy color: '#C7128C'

red 199 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #C7128C

Tints of Medium Violet Red #C7128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 55.74%
G = 5.04%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7128C (or 0xC7128C) is known color: Medium Violet Red. HEX triplet: C7, 12 and 8C. RGB value is (199,18,140). Sum of RGB (Red+Green+Blue) = 199+18+140=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7128C is #38ED73. Grayscale: #555555. Windows color (decimal): -3730804 or 9179847. OLE color: 9179847.

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

Color convert

RGB 199 18 140 -
CMYK 0 0.91 0.30 0.22
HSL 319.56º 0.83% 0.43% -
HSV(B) 319.56º 0.91% 0.78% -
XYZ 28.5 14.47 26.1 -
YUV 86.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 199 18 140 0 0.91 0.30 0.22 319.56 0.83 0.43
Hex C7 12 8C 0 5B 1E 16 140 53 2B
Octal 307 22 214 0 133 36 26 500 123 53
Binary 11000111 10010 10001100 0 1011011 11110 10110 101000000 1010011 101011

Color Harmonies of #C7128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7128C

Black with #C7128C

Text Example


Text Example

White with #C7128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7128C; }

 p { color: rgb(199,18,140); }

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

background-color css

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

 a { background-color: rgb(199,18,140); }

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

border-color css

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

 span { border-color: rgb(199,18,140); }

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