Html Css Color HEX #C60985 Medium Violet Red

📋 copy color: '#C60985'

red 198 ◦ green 9 ◦ blue 133

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

Shades of Medium Violet Red #C60985

Tints of Medium Violet Red #C60985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

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

R = 58.24%
G = 2.65%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C60985 (or 0xC60985) is known color: Medium Violet Red. HEX triplet: C6, 09 and 85. RGB value is (198,9,133). Sum of RGB (Red+Green+Blue) = 198+9+133=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C60985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60985 is #39F67A. Grayscale: #4F4F4F. Windows color (decimal): -3798651 or 8718790. OLE color: 8718790.

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

Color convert

RGB 198 9 133 -
CMYK 0 0.95 0.33 0.22
HSL 320.63º 0.91% 0.41% -
HSV(B) 320.63º 0.95% 0.78% -
XYZ 27.62 13.89 23.42 -
YUV 79.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 198 9 133 0 0.95 0.33 0.22 320.63 0.91 0.41
Hex C6 9 85 0 5F 21 16 141 5B 29
Octal 306 11 205 0 137 41 26 501 133 51
Binary 11000110 1001 10000101 0 1011111 100001 10110 101000001 1011011 101001

Color Harmonies of #C60985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60985

Black with #C60985

Text Example


Text Example

White with #C60985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60985; }

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

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

background-color css

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

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

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

border-color css

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

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

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