Html Css Color HEX #C60794 Medium Violet Red

📋 copy color: '#C60794'

red 198 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #C60794

Tints of Medium Violet Red #C60794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

 BLUE value IS 148 (58.2% from 255) = 41.93%

R = 56.09%
G = 1.98%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C60794 (or 0xC60794) is known color: Medium Violet Red. HEX triplet: C6, 07 and 94. RGB value is (198,7,148). Sum of RGB (Red+Green+Blue) = 198+7+148=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C60794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60794 is #39F86B. Grayscale: #4F4F4F. Windows color (decimal): -3799148 or 9701318. OLE color: 9701318.

HSL color Cylindrical-coordinate representation of color #C60794: hue angle of 315.71º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60794 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 7 148 -
CMYK 0 0.96 0.25 0.22
HSL 315.71º 0.93% 0.4% -
HSV(B) 315.71º 0.96% 0.78% -
XYZ 28.71 14.3 29.26 -
YUV 80.18 166.28 212.04 -
System Red Green Blue C M Y K H S L
Decimal 198 7 148 0 0.96 0.25 0.22 315.71 0.93 0.4
Hex C6 7 94 0 60 19 16 13C 5D 28
Octal 306 7 224 0 140 31 26 474 135 50
Binary 11000110 111 10010100 0 1100000 11001 10110 100111100 1011101 101000

Color Harmonies of #C60794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60794

Black with #C60794

Text Example


Text Example

White with #C60794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60794; }

 p { color: rgb(198,7,148); }

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

background-color css

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

 a { background-color: rgb(198,7,148); }

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

border-color css

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

 span { border-color: rgb(198,7,148); }

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