Html Css Color HEX #C61A76 Medium Violet Red

📋 copy color: '#C61A76'

red 198 ◦ green 26 ◦ blue 118

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

Shades of Medium Violet Red #C61A76

Tints of Medium Violet Red #C61A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.6%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 57.89%
G = 7.6%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C61A76 (or 0xC61A76) is known color: Medium Violet Red. HEX triplet: C6, 1A and 76. RGB value is (198,26,118). Sum of RGB (Red+Green+Blue) = 198+26+118=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A76 is #39E589. Grayscale: #575757. Windows color (decimal): -3794314 or 7740102. OLE color: 7740102.

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

Color convert

RGB 198 26 118 -
CMYK 0 0.87 0.40 0.22
HSL 327.91º 0.77% 0.44% -
HSV(B) 327.91º 0.87% 0.78% -
XYZ 26.93 14.05 18.43 -
YUV 87.92 144.98 206.52 -
System Red Green Blue C M Y K H S L
Decimal 198 26 118 0 0.87 0.40 0.22 327.91 0.77 0.44
Hex C6 1A 76 0 57 28 16 148 4D 2C
Octal 306 32 166 0 127 50 26 510 115 54
Binary 11000110 11010 1110110 0 1010111 101000 10110 101001000 1001101 101100

Color Harmonies of #C61A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A76

Black with #C61A76

Text Example


Text Example

White with #C61A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A76; }

 p { color: rgb(198,26,118); }

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

background-color css

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

 a { background-color: rgb(198,26,118); }

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

border-color css

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

 span { border-color: rgb(198,26,118); }

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