Html Css Color HEX #C6119D Medium Violet Red

📋 copy color: '#C6119D'

red 198 ◦ green 17 ◦ blue 157

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

Shades of Medium Violet Red #C6119D

Tints of Medium Violet Red #C6119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.57%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 53.23%
G = 4.57%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6119D (or 0xC6119D) is known color: Medium Violet Red. HEX triplet: C6, 11 and 9D. RGB value is (198,17,157). Sum of RGB (Red+Green+Blue) = 198+17+157=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6119D is #39EE62. Grayscale: #565656. Windows color (decimal): -3796579 or 10293702. OLE color: 10293702.

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

Color convert

RGB 198 17 157 -
CMYK 0 0.91 0.21 0.22
HSL 313.59º 0.84% 0.42% -
HSV(B) 313.59º 0.91% 0.78% -
XYZ 29.57 14.84 33.2 -
YUV 87.08 167.47 207.12 -
System Red Green Blue C M Y K H S L
Decimal 198 17 157 0 0.91 0.21 0.22 313.59 0.84 0.42
Hex C6 11 9D 0 5B 15 16 13A 54 2A
Octal 306 21 235 0 133 25 26 472 124 52
Binary 11000110 10001 10011101 0 1011011 10101 10110 100111010 1010100 101010

Color Harmonies of #C6119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6119D

Black with #C6119D

Text Example


Text Example

White with #C6119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6119D; }

 p { color: rgb(198,17,157); }

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

background-color css

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

 a { background-color: rgb(198,17,157); }

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

border-color css

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

 span { border-color: rgb(198,17,157); }

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