Html Css Color HEX #C7128D Medium Violet Red

📋 copy color: '#C7128D'

red 199 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #C7128D

Tints of Medium Violet Red #C7128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 55.59%
G = 5.03%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7128D (or 0xC7128D) is known color: Medium Violet Red. HEX triplet: C7, 12 and 8D. RGB value is (199,18,141). Sum of RGB (Red+Green+Blue) = 199+18+141=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7128D is #38ED72. Grayscale: #555555. Windows color (decimal): -3730803 or 9245383. OLE color: 9245383.

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

Color convert

RGB 199 18 141 -
CMYK 0 0.91 0.29 0.22
HSL 319.23º 0.83% 0.43% -
HSV(B) 319.23º 0.91% 0.78% -
XYZ 28.58 14.5 26.49 -
YUV 86.14 158.97 208.5 -
System Red Green Blue C M Y K H S L
Decimal 199 18 141 0 0.91 0.29 0.22 319.23 0.83 0.43
Hex C7 12 8D 0 5B 1D 16 13F 53 2B
Octal 307 22 215 0 133 35 26 477 123 53
Binary 11000111 10010 10001101 0 1011011 11101 10110 100111111 1010011 101011

Color Harmonies of #C7128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7128D

Black with #C7128D

Text Example


Text Example

White with #C7128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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