Html Css Color HEX #C60582 Medium Violet Red

📋 copy color: '#C60582'

red 198 ◦ green 5 ◦ blue 130

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

Shades of Medium Violet Red #C60582

Tints of Medium Violet Red #C60582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 130 (51.17% from 255) = 39.04%

R = 59.46%
G = 1.5%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C60582 (or 0xC60582) is known color: Medium Violet Red. HEX triplet: C6, 05 and 82. RGB value is (198,5,130). Sum of RGB (Red+Green+Blue) = 198+5+130=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C60582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60582 is #39FA7D. Grayscale: #4C4C4C. Windows color (decimal): -3799678 or 8521158. OLE color: 8521158.

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

Color convert

RGB 198 5 130 -
CMYK 0 0.97 0.34 0.22
HSL 321.14º 0.95% 0.4% -
HSV(B) 321.14º 0.97% 0.78% -
XYZ 27.37 13.73 22.33 -
YUV 76.96 157.94 214.34 -
System Red Green Blue C M Y K H S L
Decimal 198 5 130 0 0.97 0.34 0.22 321.14 0.95 0.4
Hex C6 5 82 0 61 22 16 141 5F 28
Octal 306 5 202 0 141 42 26 501 137 50
Binary 11000110 101 10000010 0 1100001 100010 10110 101000001 1011111 101000

Color Harmonies of #C60582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60582

Black with #C60582

Text Example


Text Example

White with #C60582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60582; }

 p { color: rgb(198,5,130); }

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

background-color css

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

 a { background-color: rgb(198,5,130); }

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

border-color css

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

 span { border-color: rgb(198,5,130); }

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