Html Css Color HEX #C6158E Medium Violet Red

📋 copy color: '#C6158E'

red 198 ◦ green 21 ◦ blue 142

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

Shades of Medium Violet Red #C6158E

Tints of Medium Violet Red #C6158E

RGB

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

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

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

R = 54.85%
G = 5.82%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6158E (or 0xC6158E) is known color: Medium Violet Red. HEX triplet: C6, 15 and 8E. RGB value is (198,21,142). Sum of RGB (Red+Green+Blue) = 198+21+142=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6158E is #39EA71. Grayscale: #575757. Windows color (decimal): -3795570 or 9311686. OLE color: 9311686.

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

Color convert

RGB 198 21 142 -
CMYK 0 0.89 0.28 0.22
HSL 318.98º 0.81% 0.43% -
HSV(B) 318.98º 0.89% 0.78% -
XYZ 28.44 14.5 26.89 -
YUV 87.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 198 21 142 0 0.89 0.28 0.22 318.98 0.81 0.43
Hex C6 15 8E 0 59 1C 16 13F 51 2B
Octal 306 25 216 0 131 34 26 477 121 53
Binary 11000110 10101 10001110 0 1011001 11100 10110 100111111 1010001 101011

Color Harmonies of #C6158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6158E

Black with #C6158E

Text Example


Text Example

White with #C6158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6158E; }

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

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

background-color css

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

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

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

border-color css

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

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

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