Html Css Color HEX #C62580 Medium Violet Red

📋 copy color: '#C62580'

red 198 ◦ green 37 ◦ blue 128

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

Shades of Medium Violet Red #C62580

Tints of Medium Violet Red #C62580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.19%

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

R = 54.55%
G = 10.19%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C62580 (or 0xC62580) is known color: Medium Violet Red. HEX triplet: C6, 25 and 80. RGB value is (198,37,128). Sum of RGB (Red+Green+Blue) = 198+37+128=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C62580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62580 is #39DA7F. Grayscale: #5F5F5F. Windows color (decimal): -3791488 or 8398278. OLE color: 8398278.

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

Color convert

RGB 198 37 128 -
CMYK 0 0.81 0.35 0.22
HSL 326.09º 0.69% 0.46% -
HSV(B) 326.09º 0.81% 0.78% -
XYZ 27.85 14.89 21.83 -
YUV 95.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 198 37 128 0 0.81 0.35 0.22 326.09 0.69 0.46
Hex C6 25 80 0 51 23 16 146 45 2E
Octal 306 45 200 0 121 43 26 506 105 56
Binary 11000110 100101 10000000 0 1010001 100011 10110 101000110 1000101 101110

Color Harmonies of #C62580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62580

Black with #C62580

Text Example


Text Example

White with #C62580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62580; }

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

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

background-color css

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

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

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

border-color css

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

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

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