Html Css Color HEX #C61D8D Medium Violet Red

📋 copy color: '#C61D8D'

red 198 ◦ green 29 ◦ blue 141

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

Shades of Medium Violet Red #C61D8D

Tints of Medium Violet Red #C61D8D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.88%

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

R = 53.8%
G = 7.88%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C61D8D (or 0xC61D8D) is known color: Medium Violet Red. HEX triplet: C6, 1D and 8D. RGB value is (198,29,141). Sum of RGB (Red+Green+Blue) = 198+29+141=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61D8D is #39E272. Grayscale: #5C5C5C. Windows color (decimal): -3793523 or 9248198. OLE color: 9248198.

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

Color convert

RGB 198 29 141 -
CMYK 0 0.85 0.29 0.22
HSL 320.24º 0.74% 0.45% -
HSV(B) 320.24º 0.85% 0.78% -
XYZ 28.54 14.81 26.55 -
YUV 92.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 198 29 141 0 0.85 0.29 0.22 320.24 0.74 0.45
Hex C6 1D 8D 0 55 1D 16 140 4A 2D
Octal 306 35 215 0 125 35 26 500 112 55
Binary 11000110 11101 10001101 0 1010101 11101 10110 101000000 1001010 101101

Color Harmonies of #C61D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61D8D

Black with #C61D8D

Text Example


Text Example

White with #C61D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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