Html Css Color HEX #C60D76 Medium Violet Red

📋 copy color: '#C60D76'

red 198 ◦ green 13 ◦ blue 118

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

Shades of Medium Violet Red #C60D76

Tints of Medium Violet Red #C60D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.95%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 60.18%
G = 3.95%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C60D76 (or 0xC60D76) is known color: Medium Violet Red. HEX triplet: C6, 0D and 76. RGB value is (198,13,118). Sum of RGB (Red+Green+Blue) = 198+13+118=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60D76 is #39F289. Grayscale: #505050. Windows color (decimal): -3797642 or 7736774. OLE color: 7736774.

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

Color convert

RGB 198 13 118 -
CMYK 0 0.93 0.40 0.22
HSL 325.95º 0.88% 0.41% -
HSV(B) 325.95º 0.93% 0.78% -
XYZ 26.7 13.6 18.36 -
YUV 80.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 198 13 118 0 0.93 0.40 0.22 325.95 0.88 0.41
Hex C6 D 76 0 5D 28 16 146 58 29
Octal 306 15 166 0 135 50 26 506 130 51
Binary 11000110 1101 1110110 0 1011101 101000 10110 101000110 1011000 101001

Color Harmonies of #C60D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D76

Black with #C60D76

Text Example


Text Example

White with #C60D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D76; }

 p { color: rgb(198,13,118); }

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

background-color css

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

 a { background-color: rgb(198,13,118); }

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

border-color css

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

 span { border-color: rgb(198,13,118); }

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