Html Css Color HEX #C60680 Medium Violet Red

📋 copy color: '#C60680'

red 198 ◦ green 6 ◦ blue 128

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

Shades of Medium Violet Red #C60680

Tints of Medium Violet Red #C60680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

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

R = 59.64%
G = 1.81%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C60680 (or 0xC60680) is known color: Medium Violet Red. HEX triplet: C6, 06 and 80. RGB value is (198,6,128). Sum of RGB (Red+Green+Blue) = 198+6+128=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C60680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60680 is #39F97F. Grayscale: #4D4D4D. Windows color (decimal): -3799424 or 8390342. OLE color: 8390342.

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

Color convert

RGB 198 6 128 -
CMYK 0 0.97 0.35 0.22
HSL 321.88º 0.94% 0.4% -
HSV(B) 321.88º 0.97% 0.78% -
XYZ 27.25 13.69 21.63 -
YUV 77.32 156.61 214.08 -
System Red Green Blue C M Y K H S L
Decimal 198 6 128 0 0.97 0.35 0.22 321.88 0.94 0.4
Hex C6 6 80 0 61 23 16 142 5E 28
Octal 306 6 200 0 141 43 26 502 136 50
Binary 11000110 110 10000000 0 1100001 100011 10110 101000010 1011110 101000

Color Harmonies of #C60680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60680

Black with #C60680

Text Example


Text Example

White with #C60680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60680; }

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

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

background-color css

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

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

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

border-color css

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

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

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