Html Css Color HEX #C7128A Medium Violet Red

📋 copy color: '#C7128A'

red 199 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #C7128A

Tints of Medium Violet Red #C7128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 56.06%
G = 5.07%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7128A (or 0xC7128A) is known color: Medium Violet Red. HEX triplet: C7, 12 and 8A. RGB value is (199,18,138). Sum of RGB (Red+Green+Blue) = 199+18+138=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7128A is #38ED75. Grayscale: #555555. Windows color (decimal): -3730806 or 9048775. OLE color: 9048775.

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

Color convert

RGB 199 18 138 -
CMYK 0 0.91 0.31 0.22
HSL 320.22º 0.83% 0.43% -
HSV(B) 320.22º 0.91% 0.78% -
XYZ 28.36 14.41 25.33 -
YUV 85.8 157.47 208.74 -
System Red Green Blue C M Y K H S L
Decimal 199 18 138 0 0.91 0.31 0.22 320.22 0.83 0.43
Hex C7 12 8A 0 5B 1F 16 140 53 2B
Octal 307 22 212 0 133 37 26 500 123 53
Binary 11000111 10010 10001010 0 1011011 11111 10110 101000000 1010011 101011

Color Harmonies of #C7128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7128A

Black with #C7128A

Text Example


Text Example

White with #C7128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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