Html Css Color HEX #C61C8D Medium Violet Red

📋 copy color: '#C61C8D'

red 198 ◦ green 28 ◦ blue 141

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

Shades of Medium Violet Red #C61C8D

Tints of Medium Violet Red #C61C8D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.63%

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 53.95%
G = 7.63%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C61C8D (or 0xC61C8D) is known color: Medium Violet Red. HEX triplet: C6, 1C and 8D. RGB value is (198,28,141). Sum of RGB (Red+Green+Blue) = 198+28+141=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61C8D is #39E372. Grayscale: #5B5B5B. Windows color (decimal): -3793779 or 9247942. OLE color: 9247942.

HSL color Cylindrical-coordinate representation of color #C61C8D: hue angle of 320.12º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C8D is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 28 141 -
CMYK 0 0.86 0.29 0.22
HSL 320.12º 0.75% 0.44% -
HSV(B) 320.12º 0.86% 0.78% -
XYZ 28.51 14.76 26.55 -
YUV 91.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 198 28 141 0 0.86 0.29 0.22 320.12 0.75 0.44
Hex C6 1C 8D 0 56 1D 16 140 4B 2C
Octal 306 34 215 0 126 35 26 500 113 54
Binary 11000110 11100 10001101 0 1010110 11101 10110 101000000 1001011 101100

Color Harmonies of #C61C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C8D

Black with #C61C8D

Text Example


Text Example

White with #C61C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C8D; }

 p { color: rgb(198,28,141); }

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

background-color css

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

 a { background-color: rgb(198,28,141); }

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

border-color css

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

 span { border-color: rgb(198,28,141); }

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