Html Css Color HEX #C6198B Medium Violet Red

📋 copy color: '#C6198B'

red 198 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #C6198B

Tints of Medium Violet Red #C6198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.91%

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 54.7%
G = 6.91%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6198B (or 0xC6198B) is known color: Medium Violet Red. HEX triplet: C6, 19 and 8B. RGB value is (198,25,139). Sum of RGB (Red+Green+Blue) = 198+25+139=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6198B is #39E674. Grayscale: #595959. Windows color (decimal): -3794549 or 9116102. OLE color: 9116102.

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

Color convert

RGB 198 25 139 -
CMYK 0 0.87 0.30 0.22
HSL 320.46º 0.78% 0.44% -
HSV(B) 320.46º 0.87% 0.78% -
XYZ 28.3 14.57 25.75 -
YUV 89.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 198 25 139 0 0.87 0.30 0.22 320.46 0.78 0.44
Hex C6 19 8B 0 57 1E 16 140 4E 2C
Octal 306 31 213 0 127 36 26 500 116 54
Binary 11000110 11001 10001011 0 1010111 11110 10110 101000000 1001110 101100

Color Harmonies of #C6198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6198B

Black with #C6198B

Text Example


Text Example

White with #C6198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6198B; }

 p { color: rgb(198,25,139); }

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

background-color css

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

 a { background-color: rgb(198,25,139); }

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

border-color css

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

 span { border-color: rgb(198,25,139); }

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