Html Css Color HEX #C61D9E Medium Violet Red

📋 copy color: '#C61D9E'

red 198 ◦ green 29 ◦ blue 158

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

Shades of Medium Violet Red #C61D9E

Tints of Medium Violet Red #C61D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 51.43%
G = 7.53%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C61D9E (or 0xC61D9E) is known color: Medium Violet Red. HEX triplet: C6, 1D and 9E. RGB value is (198,29,158). Sum of RGB (Red+Green+Blue) = 198+29+158=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61D9E is #39E261. Grayscale: #5D5D5D. Windows color (decimal): -3793506 or 10362310. OLE color: 10362310.

HSL color Cylindrical-coordinate representation of color #C61D9E: hue angle of 314.2º 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 #C61D9E is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 29 158 -
CMYK 0 0.85 0.20 0.22
HSL 314.2º 0.74% 0.45% -
HSV(B) 314.2º 0.85% 0.78% -
XYZ 29.9 15.35 33.74 -
YUV 94.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 198 29 158 0 0.85 0.20 0.22 314.2 0.74 0.45
Hex C6 1D 9E 0 55 14 16 13A 4A 2D
Octal 306 35 236 0 125 24 26 472 112 55
Binary 11000110 11101 10011110 0 1010101 10100 10110 100111010 1001010 101101

Color Harmonies of #C61D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61D9E

Black with #C61D9E

Text Example


Text Example

White with #C61D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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