Html Css Color HEX #C6136C Medium Violet Red

📋 copy color: '#C6136C'

red 198 ◦ green 19 ◦ blue 108

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

Shades of Medium Violet Red #C6136C

Tints of Medium Violet Red #C6136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 60.92%
G = 5.85%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6136C (or 0xC6136C) is known color: Medium Violet Red. HEX triplet: C6, 13 and 6C. RGB value is (198,19,108). Sum of RGB (Red+Green+Blue) = 198+19+108=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6136C is #39EC93. Grayscale: #525252. Windows color (decimal): -3796116 or 7082950. OLE color: 7082950.

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

Color convert

RGB 198 19 108 -
CMYK 0 0.90 0.45 0.22
HSL 330.17º 0.82% 0.43% -
HSV(B) 330.17º 0.9% 0.78% -
XYZ 26.23 13.55 15.42 -
YUV 82.67 142.3 210.26 -
System Red Green Blue C M Y K H S L
Decimal 198 19 108 0 0.90 0.45 0.22 330.17 0.82 0.43
Hex C6 13 6C 0 5A 2D 16 14A 52 2B
Octal 306 23 154 0 132 55 26 512 122 53
Binary 11000110 10011 1101100 0 1011010 101101 10110 101001010 1010010 101011

Color Harmonies of #C6136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6136C

Black with #C6136C

Text Example


Text Example

White with #C6136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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