Html Css Color HEX #C61F80 Medium Violet Red

📋 copy color: '#C61F80'

red 198 ◦ green 31 ◦ blue 128

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

Shades of Medium Violet Red #C61F80

Tints of Medium Violet Red #C61F80

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.68%

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

R = 55.46%
G = 8.68%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C61F80 (or 0xC61F80) is known color: Medium Violet Red. HEX triplet: C6, 1F and 80. RGB value is (198,31,128). Sum of RGB (Red+Green+Blue) = 198+31+128=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61F80 is #39E07F. Grayscale: #5B5B5B. Windows color (decimal): -3793024 or 8396742. OLE color: 8396742.

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

Color convert

RGB 198 31 128 -
CMYK 0 0.84 0.35 0.22
HSL 325.15º 0.73% 0.45% -
HSV(B) 325.15º 0.84% 0.78% -
XYZ 27.67 14.54 21.77 -
YUV 91.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 198 31 128 0 0.84 0.35 0.22 325.15 0.73 0.45
Hex C6 1F 80 0 54 23 16 145 49 2D
Octal 306 37 200 0 124 43 26 505 111 55
Binary 11000110 11111 10000000 0 1010100 100011 10110 101000101 1001001 101101

Color Harmonies of #C61F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61F80

Black with #C61F80

Text Example


Text Example

White with #C61F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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