Html Css Color HEX #C6188C Medium Violet Red

📋 copy color: '#C6188C'

red 198 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #C6188C

Tints of Medium Violet Red #C6188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.63%

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

R = 54.7%
G = 6.63%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6188C (or 0xC6188C) is known color: Medium Violet Red. HEX triplet: C6, 18 and 8C. RGB value is (198,24,140). Sum of RGB (Red+Green+Blue) = 198+24+140=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6188C is #39E773. Grayscale: #585858. Windows color (decimal): -3794804 or 9181382. OLE color: 9181382.

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

Color convert

RGB 198 24 140 -
CMYK 0 0.88 0.29 0.22
HSL 320º 0.78% 0.44% -
HSV(B) 320º 0.88% 0.78% -
XYZ 28.35 14.55 26.13 -
YUV 89.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 198 24 140 0 0.88 0.29 0.22 320 0.78 0.44
Hex C6 18 8C 0 58 1D 16 140 4E 2C
Octal 306 30 214 0 130 35 26 500 116 54
Binary 11000110 11000 10001100 0 1011000 11101 10110 101000000 1001110 101100

Color Harmonies of #C6188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6188C

Black with #C6188C

Text Example


Text Example

White with #C6188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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