Html Css Color HEX #C61A78 Medium Violet Red

📋 copy color: '#C61A78'

red 198 ◦ green 26 ◦ blue 120

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

Shades of Medium Violet Red #C61A78

Tints of Medium Violet Red #C61A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 57.56%
G = 7.56%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C61A78 (or 0xC61A78) is known color: Medium Violet Red. HEX triplet: C6, 1A and 78. RGB value is (198,26,120). Sum of RGB (Red+Green+Blue) = 198+26+120=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A78 is #39E587. Grayscale: #575757. Windows color (decimal): -3794312 or 7871174. OLE color: 7871174.

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

Color convert

RGB 198 26 120 -
CMYK 0 0.87 0.39 0.22
HSL 327.21º 0.77% 0.44% -
HSV(B) 327.21º 0.87% 0.78% -
XYZ 27.05 14.1 19.07 -
YUV 88.14 145.98 206.36 -
System Red Green Blue C M Y K H S L
Decimal 198 26 120 0 0.87 0.39 0.22 327.21 0.77 0.44
Hex C6 1A 78 0 57 27 16 147 4D 2C
Octal 306 32 170 0 127 47 26 507 115 54
Binary 11000110 11010 1111000 0 1010111 100111 10110 101000111 1001101 101100

Color Harmonies of #C61A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A78

Black with #C61A78

Text Example


Text Example

White with #C61A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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