Html Css Color HEX #C6136D Medium Violet Red

📋 copy color: '#C6136D'

red 198 ◦ green 19 ◦ blue 109

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

Shades of Medium Violet Red #C6136D

Tints of Medium Violet Red #C6136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 60.74%
G = 5.83%
B = 33.44%

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

#C6136D (or 0xC6136D) is known color: Medium Violet Red. HEX triplet: C6, 13 and 6D. RGB value is (198,19,109). Sum of RGB (Red+Green+Blue) = 198+19+109=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6136D is #39EC92. Grayscale: #525252. Windows color (decimal): -3796115 or 7148486. OLE color: 7148486.

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

Color convert

RGB 198 19 109 -
CMYK 0 0.90 0.45 0.22
HSL 329.83º 0.82% 0.43% -
HSV(B) 329.83º 0.9% 0.78% -
XYZ 26.28 13.58 15.7 -
YUV 82.78 142.8 210.18 -
System Red Green Blue C M Y K H S L
Decimal 198 19 109 0 0.90 0.45 0.22 329.83 0.82 0.43
Hex C6 13 6D 0 5A 2D 16 14A 52 2B
Octal 306 23 155 0 132 55 26 512 122 53
Binary 11000110 10011 1101101 0 1011010 101101 10110 101001010 1010010 101011

Color Harmonies of #C6136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6136D

Black with #C6136D

Text Example


Text Example

White with #C6136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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