Html Css Color HEX #C6139C Medium Violet Red

📋 copy color: '#C6139C'

red 198 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #C6139C

Tints of Medium Violet Red #C6139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.09%

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 53.08%
G = 5.09%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6139C (or 0xC6139C) is known color: Medium Violet Red. HEX triplet: C6, 13 and 9C. RGB value is (198,19,156). Sum of RGB (Red+Green+Blue) = 198+19+156=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6139C is #39EC63. Grayscale: #575757. Windows color (decimal): -3796068 or 10228678. OLE color: 10228678.

HSL color Cylindrical-coordinate representation of color #C6139C: hue angle of 314.08º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6139C is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 156 -
CMYK 0 0.90 0.21 0.22
HSL 314.08º 0.82% 0.43% -
HSV(B) 314.08º 0.9% 0.78% -
XYZ 29.52 14.87 32.77 -
YUV 88.14 166.3 206.36 -
System Red Green Blue C M Y K H S L
Decimal 198 19 156 0 0.90 0.21 0.22 314.08 0.82 0.43
Hex C6 13 9C 0 5A 15 16 13A 52 2B
Octal 306 23 234 0 132 25 26 472 122 53
Binary 11000110 10011 10011100 0 1011010 10101 10110 100111010 1010010 101011

Color Harmonies of #C6139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6139C

Black with #C6139C

Text Example


Text Example

White with #C6139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6139C; }

 p { color: rgb(198,19,156); }

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

background-color css

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

 a { background-color: rgb(198,19,156); }

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

border-color css

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

 span { border-color: rgb(198,19,156); }

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