Html Css Color HEX #C6158C Medium Violet Red

📋 copy color: '#C6158C'

red 198 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #C6158C

Tints of Medium Violet Red #C6158C

RGB

 RED value IS 198 (77.73% from 255) = 55.15%

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

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

R = 55.15%
G = 5.85%
B = 39%

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

#C6158C (or 0xC6158C) is known color: Medium Violet Red. HEX triplet: C6, 15 and 8C. RGB value is (198,21,140). Sum of RGB (Red+Green+Blue) = 198+21+140=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6158C is #39EA73. Grayscale: #575757. Windows color (decimal): -3795572 or 9180614. OLE color: 9180614.

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

Color convert

RGB 198 21 140 -
CMYK 0 0.89 0.29 0.22
HSL 319.66º 0.81% 0.43% -
HSV(B) 319.66º 0.89% 0.78% -
XYZ 28.29 14.44 26.11 -
YUV 87.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 198 21 140 0 0.89 0.29 0.22 319.66 0.81 0.43
Hex C6 15 8C 0 59 1D 16 140 51 2B
Octal 306 25 214 0 131 35 26 500 121 53
Binary 11000110 10101 10001100 0 1011001 11101 10110 101000000 1010001 101011

Color Harmonies of #C6158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6158C

Black with #C6158C

Text Example


Text Example

White with #C6158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6158C; }

 p { color: rgb(198,21,140); }

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

background-color css

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

 a { background-color: rgb(198,21,140); }

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

border-color css

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

 span { border-color: rgb(198,21,140); }

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