Html Css Color HEX #C7158E Medium Violet Red

📋 copy color: '#C7158E'

red 199 ◦ green 21 ◦ blue 142

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

Shades of Medium Violet Red #C7158E

Tints of Medium Violet Red #C7158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 54.97%
G = 5.8%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7158E (or 0xC7158E) is known color: Medium Violet Red. HEX triplet: C7, 15 and 8E. RGB value is (199,21,142). Sum of RGB (Red+Green+Blue) = 199+21+142=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7158E is #38EA71. Grayscale: #575757. Windows color (decimal): -3730034 or 9311687. OLE color: 9311687.

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

Color convert

RGB 199 21 142 -
CMYK 0 0.89 0.29 0.22
HSL 319.21º 0.81% 0.43% -
HSV(B) 319.21º 0.89% 0.78% -
XYZ 28.7 14.63 26.9 -
YUV 88.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 199 21 142 0 0.89 0.29 0.22 319.21 0.81 0.43
Hex C7 15 8E 0 59 1D 16 13F 51 2B
Octal 307 25 216 0 131 35 26 477 121 53
Binary 11000111 10101 10001110 0 1011001 11101 10110 100111111 1010001 101011

Color Harmonies of #C7158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7158E

Black with #C7158E

Text Example


Text Example

White with #C7158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7158E; }

 p { color: rgb(199,21,142); }

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

background-color css

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

 a { background-color: rgb(199,21,142); }

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

border-color css

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

 span { border-color: rgb(199,21,142); }

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