Html Css Color HEX #C6136A Medium Violet Red

📋 copy color: '#C6136A'

red 198 ◦ green 19 ◦ blue 106

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

Shades of Medium Violet Red #C6136A

Tints of Medium Violet Red #C6136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.82%

R = 61.3%
G = 5.88%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6136A (or 0xC6136A) is known color: Medium Violet Red. HEX triplet: C6, 13 and 6A. RGB value is (198,19,106). Sum of RGB (Red+Green+Blue) = 198+19+106=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6136A is #39EC95. Grayscale: #525252. Windows color (decimal): -3796118 or 6951878. OLE color: 6951878.

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

Color convert

RGB 198 19 106 -
CMYK 0 0.90 0.46 0.22
HSL 330.84º 0.82% 0.43% -
HSV(B) 330.84º 0.9% 0.78% -
XYZ 26.12 13.51 14.87 -
YUV 82.44 141.3 210.43 -
System Red Green Blue C M Y K H S L
Decimal 198 19 106 0 0.90 0.46 0.22 330.84 0.82 0.43
Hex C6 13 6A 0 5A 2E 16 14B 52 2B
Octal 306 23 152 0 132 56 26 513 122 53
Binary 11000110 10011 1101010 0 1011010 101110 10110 101001011 1010010 101011

Color Harmonies of #C6136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6136A

Black with #C6136A

Text Example


Text Example

White with #C6136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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