Html Css Color HEX #C60594 Medium Violet Red

📋 copy color: '#C60594'

red 198 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #C60594

Tints of Medium Violet Red #C60594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 56.41%
G = 1.42%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C60594 (or 0xC60594) is known color: Medium Violet Red. HEX triplet: C6, 05 and 94. RGB value is (198,5,148). Sum of RGB (Red+Green+Blue) = 198+5+148=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C60594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60594 is #39FA6B. Grayscale: #4E4E4E. Windows color (decimal): -3799660 or 9700806. OLE color: 9700806.

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

Color convert

RGB 198 5 148 -
CMYK 0 0.97 0.25 0.22
HSL 315.54º 0.95% 0.4% -
HSV(B) 315.54º 0.97% 0.78% -
XYZ 28.69 14.25 29.26 -
YUV 79.01 166.94 212.87 -
System Red Green Blue C M Y K H S L
Decimal 198 5 148 0 0.97 0.25 0.22 315.54 0.95 0.4
Hex C6 5 94 0 61 19 16 13C 5F 28
Octal 306 5 224 0 141 31 26 474 137 50
Binary 11000110 101 10010100 0 1100001 11001 10110 100111100 1011111 101000

Color Harmonies of #C60594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60594

Black with #C60594

Text Example


Text Example

White with #C60594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60594; }

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

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

background-color css

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

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

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

border-color css

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

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

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