Html Css Color HEX #C6108C Medium Violet Red

📋 copy color: '#C6108C'

red 198 ◦ green 16 ◦ blue 140

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

Shades of Medium Violet Red #C6108C

Tints of Medium Violet Red #C6108C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.52%

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

R = 55.93%
G = 4.52%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6108C (or 0xC6108C) is known color: Medium Violet Red. HEX triplet: C6, 10 and 8C. RGB value is (198,16,140). Sum of RGB (Red+Green+Blue) = 198+16+140=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6108C is #39EF73. Grayscale: #545454. Windows color (decimal): -3796852 or 9179334. OLE color: 9179334.

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

Color convert

RGB 198 16 140 -
CMYK 0 0.92 0.29 0.22
HSL 319.12º 0.85% 0.42% -
HSV(B) 319.12º 0.92% 0.78% -
XYZ 28.21 14.27 26.08 -
YUV 84.55 159.3 208.92 -
System Red Green Blue C M Y K H S L
Decimal 198 16 140 0 0.92 0.29 0.22 319.12 0.85 0.42
Hex C6 10 8C 0 5C 1D 16 13F 55 2A
Octal 306 20 214 0 134 35 26 477 125 52
Binary 11000110 10000 10001100 0 1011100 11101 10110 100111111 1010101 101010

Color Harmonies of #C6108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6108C

Black with #C6108C

Text Example


Text Example

White with #C6108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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