Html Css Color HEX #C60785 Medium Violet Red

📋 copy color: '#C60785'

red 198 ◦ green 7 ◦ blue 133

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

Shades of Medium Violet Red #C60785

Tints of Medium Violet Red #C60785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

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

R = 58.58%
G = 2.07%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C60785 (or 0xC60785) is known color: Medium Violet Red. HEX triplet: C6, 07 and 85. RGB value is (198,7,133). Sum of RGB (Red+Green+Blue) = 198+7+133=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C60785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60785 is #39F87A. Grayscale: #4E4E4E. Windows color (decimal): -3799163 or 8718278. OLE color: 8718278.

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

Color convert

RGB 198 7 133 -
CMYK 0 0.96 0.33 0.22
HSL 320.42º 0.93% 0.4% -
HSV(B) 320.42º 0.96% 0.78% -
XYZ 27.6 13.85 23.41 -
YUV 78.47 158.78 213.25 -
System Red Green Blue C M Y K H S L
Decimal 198 7 133 0 0.96 0.33 0.22 320.42 0.93 0.4
Hex C6 7 85 0 60 21 16 140 5D 28
Octal 306 7 205 0 140 41 26 500 135 50
Binary 11000110 111 10000101 0 1100000 100001 10110 101000000 1011101 101000

Color Harmonies of #C60785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60785

Black with #C60785

Text Example


Text Example

White with #C60785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60785; }

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

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

background-color css

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

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

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

border-color css

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

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

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