Html Css Color HEX #C60573 Medium Violet Red

📋 copy color: '#C60573'

red 198 ◦ green 5 ◦ blue 115

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

Shades of Medium Violet Red #C60573

Tints of Medium Violet Red #C60573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 62.26%
G = 1.57%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C60573 (or 0xC60573) is known color: Medium Violet Red. HEX triplet: C6, 05 and 73. RGB value is (198,5,115). Sum of RGB (Red+Green+Blue) = 198+5+115=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C60573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60573 is #39FA8C. Grayscale: #4B4B4B. Windows color (decimal): -3799693 or 7538118. OLE color: 7538118.

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

Color convert

RGB 198 5 115 -
CMYK 0 0.97 0.42 0.22
HSL 325.8º 0.95% 0.4% -
HSV(B) 325.8º 0.97% 0.78% -
XYZ 26.44 13.35 17.4 -
YUV 75.25 150.44 215.56 -
System Red Green Blue C M Y K H S L
Decimal 198 5 115 0 0.97 0.42 0.22 325.8 0.95 0.4
Hex C6 5 73 0 61 2A 16 146 5F 28
Octal 306 5 163 0 141 52 26 506 137 50
Binary 11000110 101 1110011 0 1100001 101010 10110 101000110 1011111 101000

Color Harmonies of #C60573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60573

Black with #C60573

Text Example


Text Example

White with #C60573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60573; }

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

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

background-color css

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

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

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

border-color css

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

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

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