Html Css Color HEX #C61580 Medium Violet Red

📋 copy color: '#C61580'

red 198 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #C61580

Tints of Medium Violet Red #C61580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.05%

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

R = 57.06%
G = 6.05%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C61580 (or 0xC61580) is known color: Medium Violet Red. HEX triplet: C6, 15 and 80. RGB value is (198,21,128). Sum of RGB (Red+Green+Blue) = 198+21+128=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C61580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61580 is #39EA7F. Grayscale: #555555. Windows color (decimal): -3795584 or 8394182. OLE color: 8394182.

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

Color convert

RGB 198 21 128 -
CMYK 0 0.89 0.35 0.22
HSL 323.73º 0.81% 0.43% -
HSV(B) 323.73º 0.89% 0.78% -
XYZ 27.45 14.1 21.7 -
YUV 86.12 151.64 207.8 -
System Red Green Blue C M Y K H S L
Decimal 198 21 128 0 0.89 0.35 0.22 323.73 0.81 0.43
Hex C6 15 80 0 59 23 16 144 51 2B
Octal 306 25 200 0 131 43 26 504 121 53
Binary 11000110 10101 10000000 0 1011001 100011 10110 101000100 1010001 101011

Color Harmonies of #C61580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61580

Black with #C61580

Text Example


Text Example

White with #C61580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61580; }

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

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

background-color css

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

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

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

border-color css

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

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

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