Html Css Color HEX #C61E74 Medium Violet Red

📋 copy color: '#C61E74'

red 198 ◦ green 30 ◦ blue 116

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

Shades of Medium Violet Red #C61E74

Tints of Medium Violet Red #C61E74

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.72%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 57.56%
G = 8.72%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C61E74 (or 0xC61E74) is known color: Medium Violet Red. HEX triplet: C6, 1E and 74. RGB value is (198,30,116). Sum of RGB (Red+Green+Blue) = 198+30+116=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61E74 is #39E18B. Grayscale: #595959. Windows color (decimal): -3793292 or 7610054. OLE color: 7610054.

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

Color convert

RGB 198 30 116 -
CMYK 0 0.85 0.41 0.22
HSL 329.29º 0.74% 0.45% -
HSV(B) 329.29º 0.85% 0.78% -
XYZ 26.91 14.2 17.84 -
YUV 90.04 142.66 205.01 -
System Red Green Blue C M Y K H S L
Decimal 198 30 116 0 0.85 0.41 0.22 329.29 0.74 0.45
Hex C6 1E 74 0 55 29 16 149 4A 2D
Octal 306 36 164 0 125 51 26 511 112 55
Binary 11000110 11110 1110100 0 1010101 101001 10110 101001001 1001010 101101

Color Harmonies of #C61E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E74

Black with #C61E74

Text Example


Text Example

White with #C61E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E74; }

 p { color: rgb(198,30,116); }

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

background-color css

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

 a { background-color: rgb(198,30,116); }

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

border-color css

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

 span { border-color: rgb(198,30,116); }

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