Html Css Color HEX #C6139A Medium Violet Red

📋 copy color: '#C6139A'

red 198 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #C6139A

Tints of Medium Violet Red #C6139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 53.37%
G = 5.12%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6139A (or 0xC6139A) is known color: Medium Violet Red. HEX triplet: C6, 13 and 9A. RGB value is (198,19,154). Sum of RGB (Red+Green+Blue) = 198+19+154=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6139A is #39EC65. Grayscale: #575757. Windows color (decimal): -3796070 or 10097606. OLE color: 10097606.

HSL color Cylindrical-coordinate representation of color #C6139A: hue angle of 314.75º 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 #C6139A is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 154 -
CMYK 0 0.90 0.22 0.22
HSL 314.75º 0.82% 0.43% -
HSV(B) 314.75º 0.9% 0.78% -
XYZ 29.35 14.8 31.88 -
YUV 87.91 165.3 206.52 -
System Red Green Blue C M Y K H S L
Decimal 198 19 154 0 0.90 0.22 0.22 314.75 0.82 0.43
Hex C6 13 9A 0 5A 16 16 13B 52 2B
Octal 306 23 232 0 132 26 26 473 122 53
Binary 11000110 10011 10011010 0 1011010 10110 10110 100111011 1010010 101011

Color Harmonies of #C6139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6139A

Black with #C6139A

Text Example


Text Example

White with #C6139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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