Html Css Color HEX #C60980 Medium Violet Red

📋 copy color: '#C60980'

red 198 ◦ green 9 ◦ blue 128

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

Shades of Medium Violet Red #C60980

Tints of Medium Violet Red #C60980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 59.1%
G = 2.69%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C60980 (or 0xC60980) is known color: Medium Violet Red. HEX triplet: C6, 09 and 80. RGB value is (198,9,128). Sum of RGB (Red+Green+Blue) = 198+9+128=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C60980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60980 is #39F67F. Grayscale: #4E4E4E. Windows color (decimal): -3798656 or 8391110. OLE color: 8391110.

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

Color convert

RGB 198 9 128 -
CMYK 0 0.95 0.35 0.22
HSL 322.22º 0.91% 0.41% -
HSV(B) 322.22º 0.95% 0.78% -
XYZ 27.28 13.76 21.64 -
YUV 79.08 155.62 212.82 -
System Red Green Blue C M Y K H S L
Decimal 198 9 128 0 0.95 0.35 0.22 322.22 0.91 0.41
Hex C6 9 80 0 5F 23 16 142 5B 29
Octal 306 11 200 0 137 43 26 502 133 51
Binary 11000110 1001 10000000 0 1011111 100011 10110 101000010 1011011 101001

Color Harmonies of #C60980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60980

Black with #C60980

Text Example


Text Example

White with #C60980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60980; }

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

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

background-color css

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

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

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

border-color css

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

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

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