Html Css Color HEX #C61374 Medium Violet Red

📋 copy color: '#C61374'

red 198 ◦ green 19 ◦ blue 116

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

Shades of Medium Violet Red #C61374

Tints of Medium Violet Red #C61374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

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

R = 59.46%
G = 5.71%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C61374 (or 0xC61374) is known color: Medium Violet Red. HEX triplet: C6, 13 and 74. RGB value is (198,19,116). Sum of RGB (Red+Green+Blue) = 198+19+116=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C61374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61374 is #39EC8B. Grayscale: #535353. Windows color (decimal): -3796108 or 7607238. OLE color: 7607238.

HSL color Cylindrical-coordinate representation of color #C61374: hue angle of 327.49º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61374 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 116 -
CMYK 0 0.90 0.41 0.22
HSL 327.49º 0.82% 0.43% -
HSV(B) 327.49º 0.9% 0.78% -
XYZ 26.67 13.73 17.77 -
YUV 83.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 198 19 116 0 0.90 0.41 0.22 327.49 0.82 0.43
Hex C6 13 74 0 5A 29 16 147 52 2B
Octal 306 23 164 0 132 51 26 507 122 53
Binary 11000110 10011 1110100 0 1011010 101001 10110 101000111 1010010 101011

Color Harmonies of #C61374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61374

Black with #C61374

Text Example


Text Example

White with #C61374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61374; }

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

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

background-color css

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

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

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

border-color css

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

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

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