Html Css Color HEX #C61185 Medium Violet Red

📋 copy color: '#C61185'

red 198 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #C61185

Tints of Medium Violet Red #C61185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 56.9%
G = 4.89%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C61185 (or 0xC61185) is known color: Medium Violet Red. HEX triplet: C6, 11 and 85. RGB value is (198,17,133). Sum of RGB (Red+Green+Blue) = 198+17+133=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C61185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61185 is #39EE7A. Grayscale: #545454. Windows color (decimal): -3796603 or 8720838. OLE color: 8720838.

HSL color Cylindrical-coordinate representation of color #C61185: hue angle of 321.55º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61185 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 133 -
CMYK 0 0.91 0.33 0.22
HSL 321.55º 0.84% 0.42% -
HSV(B) 321.55º 0.91% 0.78% -
XYZ 27.72 14.1 23.45 -
YUV 84.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 198 17 133 0 0.91 0.33 0.22 321.55 0.84 0.42
Hex C6 11 85 0 5B 21 16 142 54 2A
Octal 306 21 205 0 133 41 26 502 124 52
Binary 11000110 10001 10000101 0 1011011 100001 10110 101000010 1010100 101010

Color Harmonies of #C61185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61185

Black with #C61185

Text Example


Text Example

White with #C61185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61185; }

 p { color: rgb(198,17,133); }

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

background-color css

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

 a { background-color: rgb(198,17,133); }

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

border-color css

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

 span { border-color: rgb(198,17,133); }

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